mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed CUP Enabled logic typo
https://github.com/EpochModTeam/Epoch/issues/543
This commit is contained in:
parent
ea230cc88d
commit
a41700f7ff
@ -52,8 +52,8 @@ if (isNil "_instanceID") exitWith{
|
|||||||
"Epoch: InstanceID missing!" call _abortAndError;
|
"Epoch: InstanceID missing!" call _abortAndError;
|
||||||
};
|
};
|
||||||
|
|
||||||
EPOCH_modCUPWeaponsEnabled = (getNumber (configFile >> "CfgPatches" >> "CUP_WheeledVehicles_Core" >> "requiredVersion") > 0);
|
EPOCH_modCUPWeaponsEnabled = (getNumber (configFile >> "CfgPatches" >> "CUP_Weapons_WeaponsCore" >> "requiredVersion") > 0);
|
||||||
EPOCH_modCUPVehiclesEnabled = (getNumber (configFile >> "CfgPatches" >> "CUP_Weapons_WeaponsCore" >> "requiredVersion") > 0);
|
EPOCH_modCUPVehiclesEnabled = (getNumber (configFile >> "CfgPatches" >> "CUP_WheeledVehicles_Core" >> "requiredVersion") > 0);
|
||||||
if (EPOCH_modCUPWeaponsEnabled) then {
|
if (EPOCH_modCUPWeaponsEnabled) then {
|
||||||
diag_log "Epoch: CUP Weapons detected";
|
diag_log "Epoch: CUP Weapons detected";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user