Fixed a crash in RCON server.
This commit is contained in:
parent
80a386cbc4
commit
059af2efdc
@ -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<int>(Callback.m_MaxLen), cmd.first.c_str(), cmd.second.c_str()));
|
||||
} // for itr - Callback.m_Commands[]
|
||||
a_Output.Finished();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user