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