Fastroping - Disable ACRE features from helper objects (#6387)

This commit is contained in:
PabstMirror 2018-06-20 22:17:27 -05:00 committed by GitHub
parent fdf6100fb6
commit 205abec286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,10 @@ class CfgVehicles {
class ACE_SelfActions {};
EGVAR(cargo,hasCargo) = 0;
EGVAR(cargo,space) = 0;
// ACRE 2.6.0 Compatibility
acre_hasInfantryPhone = 0;
class AcreRacks {};
class AcreIntercoms {};
};
class ACE_friesAnchorBar: ACE_friesBase {
author = "jokoho48";
@ -160,6 +164,10 @@ class CfgVehicles {
class TransportItems {};
EGVAR(cargo,hasCargo) = 0;
EGVAR(cargo,space) = 0;
// ACRE 2.6.0 Compatibility
acre_hasInfantryPhone = 0;
class AcreRacks {};
class AcreIntercoms {};
};
class Helicopter_Base_H;