mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
small tweak
This commit is contained in:
@@ -71,10 +71,9 @@ if (count(_findNearestTree) >= 1) then {
|
|||||||
_finishedTime = diag_tickTime+3;
|
_finishedTime = diag_tickTime+3;
|
||||||
|
|
||||||
while {r_doLoop} do {
|
while {r_doLoop} do {
|
||||||
if (diag_tickTime > _finishedTime) then {
|
if (diag_tickTime >= _finishedTime) then {
|
||||||
r_doLoop = false;
|
r_doLoop = false;
|
||||||
_finished = true;
|
_finished = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
if (r_interrupt) then {
|
if (r_interrupt) then {
|
||||||
r_doLoop = false;
|
r_doLoop = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user