diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp index 922577ca2..1098123b4 100644 --- a/src/mastersrv/mastersrv.cpp +++ b/src/mastersrv/mastersrv.cpp @@ -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)