diff options
author | QAston <none@none> | 2010-01-10 02:12:02 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-10 02:12:02 +0100 |
commit | c65aa45bc64f7baa35c348a34f05d1d62a02c31a (patch) | |
tree | b02368e5ed613866edc14b0d592660e9e02bb158 /src/game/Chat.cpp | |
parent | 8417a4fee32d0bedce1d33156c2337326b9b82ea (diff) |
*Tabs to spaces
*Fix a type in CreatureEventAI.cpp from last rev
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 667ab814fba..8b6fa905f5e 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1067,7 +1067,7 @@ int ChatHandler::ParseCommands(const char* text) std::string fullcmd = text; if (m_session && m_session->GetSecurity() <= SEC_PLAYER && sWorld.getConfig(CONFIG_ALLOW_PLAYER_COMMANDS) == 0) - return 0; + return 0; if (m_session && !m_session->HandleOnPlayerChat(text)) return 0; |