diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-21 14:56:33 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-02-21 14:56:33 +0100 |
commit | 5b3957233402c36f3262b7246047131e65c5eeb3 (patch) | |
tree | 130e30f62dfa100fe7630f281547bf6e2faf95dd | |
parent | Unicode :-( (diff) | |
download | cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar.gz cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar.bz2 cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar.lz cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar.xz cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.tar.zst cuberite-5b3957233402c36f3262b7246047131e65c5eeb3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Server.cpp b/src/Server.cpp index 4842c1782..c80348872 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -460,13 +460,11 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac { cPluginManager::Get()->ReloadPlugins(); cRoot::Get()->ReloadGroups(); - a_Output.Finished(); return; } if (split[0] == "reloadplugins") { cPluginManager::Get()->ReloadPlugins(); - a_Output.Finished(); return; } if (split[0] == "reloadgroups") |