pulled amb1776 fixes from 1.0.3

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402278
This commit is contained in:
David Anderson 2008-06-25 04:05:57 +00:00
parent 7eafc21a47
commit 93d0362a70

View File

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