Fixed an issue that hung the startup of Epoch servers

This commit is contained in:
Ghostrider [GRG] 2023-04-21 19:54:40 -04:00
parent 580803734d
commit 7b7873adca
2 changed files with 6 additions and 6 deletions

View File

@ -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 // This block waits for the mod to start but is disabled for now
if ((toLowerANSI GMSCore_modtype) isEqualto "epoch") then { if ((toLowerANSI GMSCore_modtype) isEqualto "epoch") then {
diag_log "[GMS] Waiting until EpochMod is ready..."; //diag_log "[GMS] Waiting until EpochMod is ready...";
waitUntil {!isnil "EPOCH_SERVER_READY"}; //waitUntil {!isnil "EPOCH_SERVER_READY"};
diag_log "[GMS] EpochMod is ready...loading GMS"; //diag_log "[GMS] EpochMod is ready...loading GMS";
}; };
if ((toLowerANSI GMSCore_modtype) isEqualTo "exile") then if ((toLowerANSI GMSCore_modtype) isEqualTo "exile") then
{ {

View File

@ -12,9 +12,9 @@
*/ */
class GMSBuild { class GMSBuild {
Version = "7.143"; Version = "7.144";
Build = "260"; Build = "261";
Date = "04-20-2023"; Date = "04-21-2023";
}; };
class CfgPatches { class CfgPatches {