fixed banmaster.cfg run level

This commit is contained in:
GreYFoXGTi 2011-02-07 08:53:41 +02:00
parent 0f99413be8
commit 750b20f544

View file

@ -1246,7 +1246,7 @@ int CServer::Run()
m_NetServer.SetCallbacks(NewClientCallback, DelClientCallback, this);
Console()->ExecuteFile(SERVER_BANMASTERFILE);
Console()->ExecuteFile(SERVER_BANMASTERFILE, 0, 0, 0, 0, 4);
char aBuf[256];
str_format(aBuf, sizeof(aBuf), "server name is '%s'", g_Config.m_SvName);