Skip to content

Commit

Permalink
Merge pull request #6561 from acemod/repairFacility
Browse files Browse the repository at this point in the history
Repair - Fix isInRepairFacility for buildings at height
  • Loading branch information
commy2 authored Sep 3, 2018
2 parents fe17370 + 628878d commit 8cd0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/repair/functions/fnc_isInRepairFacility.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _checkObject forEach _objects;

if (_isInBuilding) exitWith {true};

_objects = position _object nearObjects 7.5;
_objects = _object nearObjects 7.5;
_checkObject forEach _objects;

_isInBuilding

0 comments on commit 8cd0b49

Please sign in to comment.