1
0

Command blocks: Execute()

This commit is contained in:
andrew
2014-01-18 16:59:33 +02:00
parent be5299350a
commit 1ad6469a18
5 changed files with 42 additions and 18 deletions

View File

@@ -459,7 +459,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
{
return;
}
// Special handling: "stop" and "restart" are built in
if ((split[0].compare("stop") == 0) || (split[0].compare("restart") == 0))
{