patch for amb1776 regression

--HG--
branch : sourcemod-1.0.3
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.3%402274
This commit is contained in:
David Anderson 2008-06-24 04:15:16 +00:00
parent 0ffe92c346
commit d715e22162

View File

@ -502,6 +502,10 @@ void SM_ExecuteAllConfigs()
}
iter->Release();
#if defined ORANGEBOX_BUILD
engine->ServerExecute();
#endif
g_bGotServerStart = true;
CheckAndFinalizeConfigs();
}