Skip to content

Commit

Permalink
Chemical - Fix Zones not working (again) (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtrixZockt authored Aug 8, 2024
1 parent 8ccc6c8 commit e249483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/chemical/functions/fnc_gasmodule.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ if (_activated) then {
[QGVAR(createSealActionGlobal), [_object, _logic]] call CBA_fnc_globalEventJIP;
};

[_object, getPos _object, _radius_max, _radius_min, parseNumber _gastype] call FUNC(gasCheck);
[_object, getPos _object, _radius_max, _radius_min, _gastype] call FUNC(gasCheck);
} else {
[_logic, getPos _logic, _radius_max, _radius_min, parseNumber _gastype] call FUNC(gasCheck);
[_logic, getPos _logic, _radius_max, _radius_min, _gastype] call FUNC(gasCheck);
};
};

0 comments on commit e249483

Please sign in to comment.