mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -78,7 +78,7 @@ if (!isNull _findNearestRock) then {
|
||||
r_doLoop = false;
|
||||
};
|
||||
|
||||
sleep 0.1;
|
||||
uiSleep 0.1;
|
||||
};
|
||||
|
||||
if(!_finished) exitWith {
|
||||
@@ -121,7 +121,7 @@ if (!isNull _findNearestRock) then {
|
||||
};
|
||||
_isOk = false;
|
||||
_proceed = true;
|
||||
sleep 1;
|
||||
uisleep 1;
|
||||
};
|
||||
cutText [format[localize "str_mining_progress", _counter,(_countOut - _counter)], "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user