Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <[email protected]>
  • Loading branch information
Dystopian and rautamiekka committed Sep 26, 2024
1 parent 626a058 commit 4047f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/repair/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// getUnitTrait can return nil so check config instead
if (getNumber (configOf _unit >> "engineer") < 1) exitWith {};

// unit can be local here for both server and client so use CBA_fnc_execNextFrame for safe
// unit can be local here for both server and client for one frame so use CBA_fnc_execNextFrame to be safe
[{
params ["_unit"];
if !(local _unit) exitWith {};
Expand Down

0 comments on commit 4047f4e

Please sign in to comment.