Revert "Update player_countMagazinesWBackpack.sqf"

This commit is contained in:
icomrade
2019-01-22 13:13:14 -05:00
committed by GitHub
parent 156d2d043d
commit 066b6bd598

View File

@@ -50,7 +50,7 @@ if ((typeOf (unitBackPack player)) != "") then {
ctrlActivate (_dialog displayCtrl 157);
if (gear_done) then {
waitUntil {ctrlShown (_dialog displayCtrl 159)};
uiSleep 0.001;
sleep 0.001;
};
for "_i" from 5000 to (5000 + _count) do {
@@ -69,6 +69,6 @@ if ((typeOf (unitBackPack player)) != "") then {
};
(findDisplay 106) closeDisplay 0;
if (gear_done) then {uiSleep 0.001;};
if (gear_done) then {sleep 0.001;};
_magazineArray