diff --git a/addons/repair/XEH_postInit.sqf b/addons/repair/XEH_postInit.sqf index 4fc1eeb6694..38effcb992b 100644 --- a/addons/repair/XEH_postInit.sqf +++ b/addons/repair/XEH_postInit.sqf @@ -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 {};