summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-02-21 14:56:33 +0100
committerHowaner <franzi.moos@googlemail.com>2014-02-21 14:56:33 +0100
commit5b3957233402c36f3262b7246047131e65c5eeb3 (patch)
tree130e30f62dfa100fe7630f281547bf6e2faf95dd
parentUnicode :-( (diff)
downloadcuberite-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
-rw-r--r--src/Server.cpp2
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")