From 7b7873adca21f54d4dd6f398e5267a0c74e9589c Mon Sep 17 00:00:00 2001 From: "Ghostrider [GRG]" Date: Fri, 21 Apr 2023 19:54:40 -0400 Subject: [PATCH] Fixed an issue that hung the startup of Epoch servers --- GMS/Compiles/init/fn_init.sqf | 6 +++--- GMS/config.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GMS/Compiles/init/fn_init.sqf b/GMS/Compiles/init/fn_init.sqf index dad1c9a..b046a5d 100644 --- a/GMS/Compiles/init/fn_init.sqf +++ b/GMS/Compiles/init/fn_init.sqf @@ -28,9 +28,9 @@ diag_log format["[GMS] GMSCore_modtype = %1 | GMSCore_side %2 | GMSCore_unitType // This block waits for the mod to start but is disabled for now if ((toLowerANSI GMSCore_modtype) isEqualto "epoch") then { - diag_log "[GMS] Waiting until EpochMod is ready..."; - waitUntil {!isnil "EPOCH_SERVER_READY"}; - diag_log "[GMS] EpochMod is ready...loading GMS"; + //diag_log "[GMS] Waiting until EpochMod is ready..."; + //waitUntil {!isnil "EPOCH_SERVER_READY"}; + //diag_log "[GMS] EpochMod is ready...loading GMS"; }; if ((toLowerANSI GMSCore_modtype) isEqualTo "exile") then { diff --git a/GMS/config.cpp b/GMS/config.cpp index ce008ad..495c9a6 100644 --- a/GMS/config.cpp +++ b/GMS/config.cpp @@ -12,9 +12,9 @@ */ class GMSBuild { - Version = "7.143"; - Build = "260"; - Date = "04-20-2023"; + Version = "7.144"; + Build = "261"; + Date = "04-21-2023"; }; class CfgPatches {