From 0931c6a7e1c746828def7cab2d92e7e89f100a74 Mon Sep 17 00:00:00 2001 From: Fyren Date: Mon, 26 Oct 2009 23:44:57 -0700 Subject: [PATCH] Fix OnConfigsExecuted() executing too early on EP1 with large config files (bug 3828, r=dvander). --- core/CoreConfig.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/CoreConfig.cpp b/core/CoreConfig.cpp index 0078dfaf..4d7119e3 100644 --- a/core/CoreConfig.cpp +++ b/core/CoreConfig.cpp @@ -103,11 +103,7 @@ void CheckAndFinalizeConfigs() { if ((g_bServerExecd || g_ServerCfgFile == NULL) && g_bGotServerStart) { -#if SOURCE_ENGINE >= SE_ORANGEBOX g_PendingInternalPush = true; -#else - SM_InternalCmdTrigger(); -#endif } }