mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/aircraft/XEH_preInit.sqf
Co-Authored-By: commy2 <commy-2@gmx.de>
This commit is contained in:
parent
585e919b35
commit
e4c9440c34
@ -6,7 +6,7 @@ PREP_RECOMPILE_START;
|
|||||||
#include "XEH_PREP.hpp"
|
#include "XEH_PREP.hpp"
|
||||||
PREP_RECOMPILE_END;
|
PREP_RECOMPILE_END;
|
||||||
|
|
||||||
if (hasInterface) exitWith {
|
if (hasInterface) then {
|
||||||
["CBA_settingsInitialized", {
|
["CBA_settingsInitialized", {
|
||||||
private _ejectAction = configFile >> "CfgActions" >> "Eject";
|
private _ejectAction = configFile >> "CfgActions" >> "Eject";
|
||||||
private _hideEjectAction = missionNamespace getVariable [QEGVAR(vehicles,hideEjectAction), false];
|
private _hideEjectAction = missionNamespace getVariable [QEGVAR(vehicles,hideEjectAction), false];
|
||||||
|
Loading…
Reference in New Issue
Block a user