mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed banmaster.cfg run level
This commit is contained in:
parent
0f99413be8
commit
750b20f544
|
@ -1246,7 +1246,7 @@ int CServer::Run()
|
||||||
|
|
||||||
m_NetServer.SetCallbacks(NewClientCallback, DelClientCallback, this);
|
m_NetServer.SetCallbacks(NewClientCallback, DelClientCallback, this);
|
||||||
|
|
||||||
Console()->ExecuteFile(SERVER_BANMASTERFILE);
|
Console()->ExecuteFile(SERVER_BANMASTERFILE, 0, 0, 0, 0, 4);
|
||||||
|
|
||||||
char aBuf[256];
|
char aBuf[256];
|
||||||
str_format(aBuf, sizeof(aBuf), "server name is '%s'", g_Config.m_SvName);
|
str_format(aBuf, sizeof(aBuf), "server name is '%s'", g_Config.m_SvName);
|
||||||
|
|
Loading…
Reference in a new issue