diff options
Diffstat (limited to '')
-rw-r--r-- | source/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.cpp b/source/Server.cpp index 03fd3c4d8..21fbb97db 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -413,7 +413,7 @@ bool cServer::Start(void) -bool cServer::Command(cClientHandle & a_Client, const AString & a_Cmd) +bool cServer::Command(cClientHandle & a_Client, AString & a_Cmd) { return cRoot::Get()->GetPluginManager()->CallHookChat(a_Client.GetPlayer(), a_Cmd); } |