Fix OnConfigsExecuted() executing too early on EP1 with large config files (bug 3828, r=dvander).
This commit is contained in:
parent
f2049c5910
commit
0931c6a7e1
@ -103,11 +103,7 @@ void CheckAndFinalizeConfigs()
|
|||||||
{
|
{
|
||||||
if ((g_bServerExecd || g_ServerCfgFile == NULL) && g_bGotServerStart)
|
if ((g_bServerExecd || g_ServerCfgFile == NULL) && g_bGotServerStart)
|
||||||
{
|
{
|
||||||
#if SOURCE_ENGINE >= SE_ORANGEBOX
|
|
||||||
g_PendingInternalPush = true;
|
g_PendingInternalPush = true;
|
||||||
#else
|
|
||||||
SM_InternalCmdTrigger();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user