summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")