Add player to plot management by default

+ Some minor private array cleanup
This commit is contained in:
icomrade
2016-07-21 16:20:41 -04:00
parent 3519297e2d
commit 96ddc8ff62
4 changed files with 18 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
private ["_list","_plots","_thePlot","_friends"];
private ["_pos","_plots","_thePlot","_friends","_toRemove","_newList"];
_pos = _this select 0;
if (_pos < 0) exitWith {};
_plots = nearestObjects [[player] call FNC_getPos, ["Plastic_Pole_EP1_DZ"],15];