fix events

This commit is contained in:
bux578 2015-03-01 13:43:39 +01:00
parent f55623130d
commit 29459e23c9

View File

@ -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);
};