diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-22 21:08:34 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-22 21:08:34 +0200 |
commit | 943dcaea14c7530eecca57af015f1007b3b9630f (patch) | |
tree | 5f6f3c95c67d22810dc349b7831d10a64d89b480 /source/Server.cpp | |
parent | Added the End height and composition generators. (diff) | |
download | cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar.gz cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar.bz2 cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar.lz cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar.xz cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.tar.zst cuberite-943dcaea14c7530eecca57af015f1007b3b9630f.zip |
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); } |