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
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
{

View File

@ -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 {