Skip to content

Commit

Permalink
Switch to CBA_fnc_addBISPlayerEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 8, 2024
1 parent 99b5dcf commit c39c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/map/XEH_postInitClient.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GVAR(hasWatch) = true;
if (_slot != TYPE_WATCH) exitWith {};

GVAR(hasWatch) = _assign && {_item isKindOf ["ItemWatch", configFile >> "CfgWeapons"]};
}] call EFUNC(common,addPlayerEH);
}] call CBA_fnc_addBISPlayerEventHandler;

["unit", {
params ["_newPlayer"];
Expand Down

0 comments on commit c39c382

Please sign in to comment.