aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index 48b6a195a14..1603d7b8fdf 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -1034,7 +1034,7 @@ int ChatHandler::ParseCommands(const char* text)
if(!ExecuteCommandInTable(getCommandTable(), text, fullcmd))
{
- if(m_session && m_session->GetSecurity() == SEC_PLAYER)
+ if(m_session && m_session->GetSecurity() == SEC_PLAYER)
return 0;
SendSysMessage(LANG_NO_CMD);
}