Added missing return...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40743
This commit is contained in:
parent
b91f1b21ba
commit
cc7a4904c5
@ -803,6 +803,7 @@ void ConCmdManager::OnRootConsoleCommand(const char *command, unsigned int argco
|
|||||||
{
|
{
|
||||||
NotifyExecDone(NULL);
|
NotifyExecDone(NULL);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int id = atoi(text);
|
int id = atoi(text);
|
||||||
|
Loading…
Reference in New Issue
Block a user