From 1a62770a5691157f83061eedd2e3ce7d3fa33f62 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 12 May 2012 12:13:09 +0200 Subject: [PATCH] fixed banning on the master server --- src/mastersrv/mastersrv.cpp | 3 +++ 1 file changed, 3 insertions(+) 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)