The console reload command also reloads the groups.
This commit is contained in:
parent
53475e36d5
commit
645c096e2b
@ -459,6 +459,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
|
|||||||
if (split[0] == "reload")
|
if (split[0] == "reload")
|
||||||
{
|
{
|
||||||
cPluginManager::Get()->ReloadPlugins();
|
cPluginManager::Get()->ReloadPlugins();
|
||||||
|
cRoot::Get()->ReloadGroups();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user