mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed masterserver compilation
This commit is contained in:
parent
dc886b7b2e
commit
5668fa08ff
|
@ -362,7 +362,7 @@ void ConAddBan(IConsole::IResult *pResult, void *pUser, int ClientID)
|
|||
void ReloadBans()
|
||||
{
|
||||
m_NumBans = 0;
|
||||
m_pConsole->ExecuteFile("master.cfg");
|
||||
m_pConsole->ExecuteFile("master.cfg", -1, IConsole::CONSOLELEVEL_CONFIG, 0, 0);
|
||||
}
|
||||
|
||||
int main(int argc, const char **argv) // ignore_convention
|
||||
|
|
Loading…
Reference in a new issue