From 059af2efdc882e95492752c13393e0374338350a Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 24 Jan 2015 13:31:24 +0100 Subject: Fixed a crash in RCON server. --- src/Server.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Server.cpp b/src/Server.cpp index 4dbe59ac6..df6e5ec8a 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -640,7 +640,6 @@ void cServer::PrintHelp(const AStringVector & a_Split, cCommandOutputCallback & const AStringPair & cmd = *itr; a_Output.Out(Printf("%-*s%s\n", static_cast(Callback.m_MaxLen), cmd.first.c_str(), cmd.second.c_str())); } // for itr - Callback.m_Commands[] - a_Output.Finished(); } -- cgit v1.2.3