diff options
Diffstat (limited to '')
-rw-r--r-- | source/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.h b/source/Server.h index abcd7eaa1..dfda56c62 100644 --- a/source/Server.h +++ b/source/Server.h @@ -44,7 +44,7 @@ public: // tolua_export bool Start(void); - bool Command(cClientHandle & a_Client, const AString & a_Cmd); + bool Command(cClientHandle & a_Client, AString & a_Cmd); void ExecuteConsoleCommand(const AString & a_Cmd); /// Binds the built-in console commands with the plugin manager |