Skip to content

Commit

Permalink
Update addons/sitting/XEH_clientInit.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: PabstMirror <[email protected]>
  • Loading branch information
johnb432 and PabstMirror authored Jan 13, 2025
1 parent befdcc2 commit b83563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sitting/XEH_clientInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!hasInterface) exitWith {};
// Initialize all seats
{
_x call FUNC(addSitActions);
} forEach (uiNamespace getVariable [QGVAR(seats), []]);
} forEach keys (uiNamespace getVariable [QGVAR(seats), []]);

// Add interaction menu exception
["isNotSitting", {isNil {(_this select 0) getVariable QGVAR(sittingStatus)}}] call EFUNC(common,addCanInteractWithCondition);
Expand Down

0 comments on commit b83563f

Please sign in to comment.