diff options
author | QAston <none@none> | 2009-08-01 21:39:33 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-01 21:39:33 +0200 |
commit | 3e5205cda742c6042f4df2d12384f50f113bafb7 (patch) | |
tree | 2a62d7c11ca2a65bc32da7158ab016448db8fe57 /src/game/Chat.cpp | |
parent | 604ad4eba378c40767ddeb1f061568400a54eab5 (diff) |
*Do not remove player reference to map on player remove from map.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 323b4834a45..e6677070599 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -168,6 +168,7 @@ ChatCommand * ChatHandler::getCommandTable() { "entervehicle", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugEnterVehicle, "", NULL }, { "uws", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateWorldStateCommand, "", NULL }, { "update", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateCommand, "", NULL }, + { "itemexpire", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateCommand, "", NULL }, { NULL, 0, false, NULL, "", NULL } }; |