diff options
author | Mattes D <github@xoft.cz> | 2015-03-11 22:43:52 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-11 22:43:52 +0100 |
commit | 439eb8d6cb111fdc336c95aec497a8eb9ddf2df1 (patch) | |
tree | a8ceefb71e807fa5b0acba588e07737086ea8d1c /src/Server.cpp | |
parent | Merge pull request #1804 from mc-server/streamlinetravis (diff) | |
parent | Fixed coding conventions for Pull Request #1807 (diff) | |
download | cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.gz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.bz2 cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.lz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.xz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.zst cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.zip |
Diffstat (limited to 'src/Server.cpp')
-rw-r--r-- | src/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp index 3f61be378..df2c7deef 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -549,7 +549,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac } #endif - else if (cPluginManager::Get()->ExecuteConsoleCommand(split, a_Output)) + else if (cPluginManager::Get()->ExecuteConsoleCommand(split, a_Output, a_Cmd)) { a_Output.Finished(); return; |