mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
needed to initialize variables
This commit is contained in:
@@ -25,6 +25,8 @@ _findNearestPole = [];
|
||||
|
||||
_IsNearPlot = count (_findNearestPole);
|
||||
|
||||
_canBuildOnPlot = false;
|
||||
|
||||
if(_IsNearPlot == 0) then {
|
||||
_canBuildOnPlot = true;
|
||||
} else {
|
||||
|
||||
@@ -26,6 +26,8 @@ _findNearestPole = [];
|
||||
|
||||
_IsNearPlot = count (_findNearestPole);
|
||||
|
||||
_canBuildOnPlot = false;
|
||||
|
||||
if(_IsNearPlot == 0) then {
|
||||
_canBuildOnPlot = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user