aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level2.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-26 09:52:31 -0600
committermegamage <none@none>2009-01-26 09:52:31 -0600
commit1be9f5dbdd4c5135cfd7c45401e362def7b0546b (patch)
treea6336dd81d197b7c5b3ee4c4bd26d6291f266d1b /src/game/Level2.cpp
parent028ff8b16311fd97e70f0164683bab9761bb22c3 (diff)
*Update to Mangos 7187.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r--src/game/Level2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp
index 63b00300639..89a845e697c 100644
--- a/src/game/Level2.cpp
+++ b/src/game/Level2.cpp
@@ -1692,12 +1692,10 @@ bool ChatHandler::HandleKickPlayerCommand(const char *args)
if(sWorld.getConfig(CONFIG_SHOW_KICK_IN_WORLD) == 1)
{
-
sWorld.SendWorldText(LANG_COMMAND_KICKMESSAGE, player->GetName(), kicker.c_str(), reason.c_str());
}
else
{
-
PSendSysMessage(LANG_COMMAND_KICKMESSAGE, player->GetName(), kicker.c_str(), reason.c_str());
}