mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 18:52:56 +03:00
1.0.1.95 Dev Build
This commit is contained in:
@@ -209,6 +209,15 @@ if (_hasrequireditem) then {
|
||||
detach _object;
|
||||
deleteVehicle _object;
|
||||
};
|
||||
|
||||
if (DZE_cancelBuilding) exitWith {
|
||||
_isOk = false;
|
||||
_cancel = true;
|
||||
_reason = "Cancelled building.";
|
||||
detach _object;
|
||||
deleteVehicle _object;
|
||||
DZE_cancelBuilding = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ _findNearestTree = [];
|
||||
};
|
||||
};
|
||||
|
||||
} foreach nearestObjects [getPos player, [], 20];
|
||||
} foreach nearestObjects [getPos player, [], 10];
|
||||
|
||||
//diag_log format["DEBUG TREES: %1", _findNearestTree];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user