mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix events
This commit is contained in:
parent
f55623130d
commit
29459e23c9
@ -24,5 +24,5 @@ if (missionNamespace getVariable [QGVAR(EnableSwitchUnits), false]) then {
|
||||
if ((_name == QGVAR(EnableSwitchUnits)) && {_value}) then {
|
||||
[player] call FUNC(startSwitchUnits);
|
||||
};
|
||||
}] call FUNC(addEventhandler);
|
||||
}] call EFUNC(common,addEventhandler);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user