fixed banning on the master server

This commit is contained in:
oy 2012-05-12 12:13:09 +02:00
parent 7be3c2e634
commit 1a62770a56

View file

@ -372,6 +372,9 @@ int main(int argc, const char **argv) // ignore_convention
return -1;
}
// process pending commands
m_pConsole->StoreCommands(false);
dbg_msg("mastersrv", "started");
while(1)