fixed banning on the master server

This commit is contained in:
oy 2012-05-12 12:13:09 +02:00
parent 8869555a24
commit 0ef72767d8

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)