Fix OnConfigsExecuted() executing too early on EP1 with large config files (bug 3828, r=dvander).

This commit is contained in:
Fyren 2009-10-26 23:44:57 -07:00
parent f2049c5910
commit 0931c6a7e1

View File

@ -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
}
}