Files
DayZ-Epoch/SQF/dayz_code
ebaydayz 5b7ef99569 Fix _distance in dze_buildChecks
Passing false as the second parameter to fnc_find_plots always returns
DZE_PlotPole select 0. In dze_buildchecks we want to use DZE_PlotPole
select 1 if the classname is a plot pole.

_distance is already defined as DZE_PlotPole select 0 in the other three
files, so it is redundant to redefine it as the return value.

In player_upgrade.sqf the check for DZE_permanentPlot is not necessary,
because FNC_check_access handles both cases.
2016-06-16 20:15:51 -04:00
..
2016-03-30 14:55:45 -04:00
2016-06-16 20:15:51 -04:00
2016-04-27 14:42:50 -04:00
2016-06-16 20:15:51 -04:00
2016-06-16 16:22:12 -04:00
2016-02-29 00:55:29 -05:00
2016-03-05 22:34:25 -05:00
2016-06-15 18:22:01 -04:00
2016-06-15 21:14:06 -04:00