Skip to content

Commit

Permalink
Update addons/sitting/XEH_preStart.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 b83563f commit 9e32e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sitting/XEH_preStart.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
private _seats = QUOTE(getNumber (_x >> QQXGVAR(canSit)) == 1) configClasses (configFile >> "CfgVehicles");
_seats = _seats apply {configName _x};

uiNamespace setVariable [QGVAR(seats), _seats];
uiNamespace setVariable [QGVAR(seats), compileFinal (_seats createHashMapFromArray [])];

0 comments on commit 9e32e7c

Please sign in to comment.