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.h | |
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.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 |