Skip to content

Commit

Permalink
Update addons/markers/XEH_postInit.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: PabstMirror <[email protected]>
  • Loading branch information
lambdatiger and PabstMirror authored Feb 15, 2025
1 parent abc1f1d commit 3e556cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/markers/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ LOG("Post init start");
}, {_this call FUNC(initUnitMarkers);},[_newplayer], 10, {
_this call FUNC(initUnitMarkers);
}] call CBA_fnc_waitUntilAndExecute;
}] call CBA_fnc_addPlayerEventHandler;
}] call CBA_fnc_addPlayerEventHandler; // no-retro flag set, this will only run for units that respawn
if (didJIP) then {
[true] call FUNC(reinitMarkerHash);
};
Expand Down

0 comments on commit 3e556cb

Please sign in to comment.