aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp
index 3ce71bb1109..a8197f70e6d 100644
--- a/src/game/Channel.cpp
+++ b/src/game/Channel.cpp
@@ -374,7 +374,7 @@ void Channel::Password(uint64 p, const char *pass)
{
plName = plr->GetName();
normalizePlayerName(plName);
- chat.PSendSysMessage(LANG_CHANNEL_NOT_PUBLIC, plName.c_str());
+ chat.PSendSysMessage(LANG_CHANNEL_NOT_PUBLIC);
return;
}