Skip to content

Commit

Permalink
Update fnc_ui_gasModule.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Dec 18, 2024
1 parent a36f536 commit c2c73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/chemical/functions/fnc_ui_gasModule.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private _fnc_onConfirm = {
private _logic = GETMVAR(BIS_fnc_initCuratorAttributes_target,objNull);
if (isNull _logic) exitWith {};

private _gasLevel = _display getVariable [QGVAR(ui_gastype), 0];
private _gasLevel = _display getVariable [QGVAR(ui_gastype), 1];
private _radius = _display getVariable [QGVAR(ui_radius), 20];
private _isSealable = _display getVariable [QGVAR(ui_sealable), false];
private _center = objNull;
Expand Down

0 comments on commit c2c73c3

Please sign in to comment.