diff --git a/core/CoreConfig.cpp b/core/CoreConfig.cpp index 07de4716..89b68447 100644 --- a/core/CoreConfig.cpp +++ b/core/CoreConfig.cpp @@ -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 } }