1
0

The console reload command also reloads the groups.

This commit is contained in:
STRWarrior 2014-02-09 00:02:16 +01:00
parent 53475e36d5
commit 645c096e2b

View File

@ -459,6 +459,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
if (split[0] == "reload")
{
cPluginManager::Get()->ReloadPlugins();
cRoot::Get()->ReloadGroups();
return;
}