mirror of
https://github.com/Ghostrider-DbD-/GMS_RC.git
synced 2024-08-30 16:02:11 +00:00
Fixed an issue that hung the startup of Epoch servers
This commit is contained in:
parent
580803734d
commit
7b7873adca
@ -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
|
||||
{
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user