mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
fixed banning on the master server
This commit is contained in:
parent
8869555a24
commit
0ef72767d8
|
@ -372,6 +372,9 @@ int main(int argc, const char **argv) // ignore_convention
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// process pending commands
|
||||||
|
m_pConsole->StoreCommands(false);
|
||||||
|
|
||||||
dbg_msg("mastersrv", "started");
|
dbg_msg("mastersrv", "started");
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
|
Loading…
Reference in a new issue