From 943dcaea14c7530eecca57af015f1007b3b9630f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 22 Jun 2013 19:08:34 +0000 Subject: Plugins can modify message in the OnChat() hook handler. FS #376 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1622 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Server.h') 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 -- cgit v1.2.3