UTILS - corrected door check for AH64

This commit is contained in:
Applevangelist 2022-04-12 08:23:18 +02:00
parent a685f3ffbd
commit 6828f7e262

View File

@ -1747,7 +1747,7 @@ function UTILS.IsLoadingDoorOpen( unit_name )
ret_val = true ret_val = true
end end
if string.find(type_name, "AH-64D") then if type_name == "AH-64D_BLK_II" then
BASE:T(unit_name .. " front door(s) are open") BASE:T(unit_name .. " front door(s) are open")
ret_val = true -- no doors on this one ;) ret_val = true -- no doors on this one ;)
end end