summaryrefslogtreecommitdiffstats
path: root/source/cServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cServer.h')
-rw-r--r--source/cServer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cServer.h b/source/cServer.h
index e0723f76a..52094e2f7 100644
--- a/source/cServer.h
+++ b/source/cServer.h
@@ -44,8 +44,8 @@ public: //tolua_export
void StartListenThread();
- bool Command( cClientHandle & a_Client, const char* a_Cmd );
- void ServerCommand( const char* a_Cmd ); //tolua_export
+ bool Command(cClientHandle & a_Client, const AString & a_Cmd);
+ void ServerCommand(const AString & a_Cmd); //tolua_export
void Shutdown();
void SendMessage( const char* a_Message, cPlayer* a_Player = 0, bool a_bExclude = false ); //tolua_export