about summary refs log tree commit diff
path: root/src/mastersrv/mastersrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mastersrv/mastersrv.cpp')
-rw-r--r--src/mastersrv/mastersrv.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp
index 922577ca..1098123b 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)