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
|
// 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
|
||||||
{
|
{
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user