From d715e22162293269c5e01aa3d599d25b9ed3cbd3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 24 Jun 2008 04:15:16 +0000 Subject: [PATCH] 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 --- core/CoreConfig.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/CoreConfig.cpp b/core/CoreConfig.cpp index 4255d277..2b0fc95c 100644 --- a/core/CoreConfig.cpp +++ b/core/CoreConfig.cpp @@ -502,6 +502,10 @@ void SM_ExecuteAllConfigs() } iter->Release(); +#if defined ORANGEBOX_BUILD + engine->ServerExecute(); +#endif + g_bGotServerStart = true; CheckAndFinalizeConfigs(); }