diff --git a/core/CoreConfig.cpp b/core/CoreConfig.cpp index 4255d277..2b0fc95c 100644 --- a/core/CoreConfig.cpp +++ b/core/CoreConfig.cpp @@ -502,6 +502,10 @@ void SM_ExecuteAllConfigs() } iter->Release(); +#if defined ORANGEBOX_BUILD + engine->ServerExecute(); +#endif + g_bGotServerStart = true; CheckAndFinalizeConfigs(); }