aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-04-07 10:51:45 +0200
committerXTZGZoReX <none@none>2009-04-07 10:51:45 +0200
commit2fe9fed7c71697af06b981e221ea54acb62abb6b (patch)
tree6ef4315d9fd88d1a18b775c2ed0a56661df76d90 /src/game/Chat.cpp
parent81e2f4ab89f48408479019a4dc017e638779f848 (diff)
* Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" *
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index 1603d7b8fdf..50bb6b7832f 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -1033,11 +1033,11 @@ int ChatHandler::ParseCommands(const char* text)
++text;
if(!ExecuteCommandInTable(getCommandTable(), text, fullcmd))
- {
- if(m_session && m_session->GetSecurity() == SEC_PLAYER)
- return 0;
- SendSysMessage(LANG_NO_CMD);
- }
+ {
+ if(m_session && m_session->GetSecurity() == SEC_PLAYER)
+ return 0;
+ SendSysMessage(LANG_NO_CMD);
+ }
return 1;
}