Reverted to old cmd functionality for original engine.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402469
This commit is contained in:
David Anderson 2008-08-23 19:59:18 +00:00
parent 70a594f354
commit c951a6ca7c

View File

@ -103,7 +103,11 @@ void CheckAndFinalizeConfigs()
if ((g_bServerExecd || g_ServerCfgFile == NULL)
&& g_bGotServerStart)
{
#if defined ORANGEBOX_BUILD
g_PendingInternalPush = true;
#else
SM_InternalCmdTrigger();
#endif
}
}