Skip to content

Commit

Permalink
Replace BIS_fnc_relPos with getPos
Browse files Browse the repository at this point in the history
  • Loading branch information
Whigital authored and DarrellJMartin committed Dec 15, 2016
1 parent 92c4b6d commit 709730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mil_placement_custom/fnc_CMP.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ switch(_operation) do {
_group = _groups select _i;

if (isnil "_garrisonPos") then {
_position = [position _logic, random(500), random(360)] call BIS_fnc_relPos;
_position = ((position _logic) getPos [(random 500), (random 360)]);
} else {
_position = [_garrisonPos, 50] call CBA_fnc_RandPos;
};
Expand Down

0 comments on commit 709730c

Please sign in to comment.