1
0

Merge pull request #709 from Howaner/GlobalFixes

Add 'Group not found', when the Server load the users.ini and add auto g...
This commit is contained in:
Mattes D
2014-02-28 14:28:50 +01:00
8 changed files with 115 additions and 27 deletions

View File

@@ -472,6 +472,8 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
if (split[0] == "reloadgroups")
{
cRoot::Get()->ReloadGroups();
a_Output.Out("Groups reloaded!");
a_Output.Finished();
return;
}