aboutsummaryrefslogtreecommitdiff
path: root/src/game/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Channel.cpp')
-rw-r--r--src/game/Channel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp
index a8197f70e6d..c09a6fc30e8 100644
--- a/src/game/Channel.cpp
+++ b/src/game/Channel.cpp
@@ -372,8 +372,6 @@ void Channel::Password(uint64 p, const char *pass)
if(!m_public && sec <= SEC_MODERATOR)
{
- plName = plr->GetName();
- normalizePlayerName(plName);
chat.PSendSysMessage(LANG_CHANNEL_NOT_PUBLIC);
return;
}