1
0

Remove old Output Finish

This commit is contained in:
Howaner 2014-02-21 14:56:33 +01:00
parent a755758553
commit 5b39572334

View File

@ -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")