Update fn_vehicleSalvage.sqf

This commit is contained in:
[GADD]Monkeynutz 2018-01-24 00:25:12 +00:00 committed by GitHub
parent bc762b9877
commit c5a371edbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ try
throw 1;
};
uiSleep _sleepDuration;
uiSleep _sleepTime;
_progress = ((diag_tickTime - _startTime) / _duration) min 1;
_percentage ctrlSetText format["%1%2", round (_progress * 100), "%"];
};
@ -94,4 +94,4 @@ catch
(findDisplay 46) displayRemoveEventHandler ["KeyDown", _keyDown];
(findDisplay 46) displayRemoveEventHandler ["MouseButtonDown", _mouseDown];
ExileClientActionDelayShown = false;
ExileClientActionDelayAbort = false;
ExileClientActionDelayAbort = false;