Remove old Output Finish
This commit is contained in:
parent
a755758553
commit
5b39572334
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user