Skip to content

Commit

Permalink
fixed banning on the master server
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed May 12, 2012
1 parent 8869555 commit 0ef7276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mastersrv/mastersrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ef7276

Please sign in to comment.