mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Minor fix to speedboat identification
This commit is contained in:
parent
05f93728ec
commit
aa65856d56
@ -625,8 +625,8 @@ do
|
||||
return "vehicle"
|
||||
end
|
||||
elseif objDesc.category == Unit.Category.SHIP then
|
||||
if inaccurate then return "ship" end
|
||||
if obj:getTypeName() == "speedboat" then return "speedboat" end
|
||||
if inaccurate then return "ship" end
|
||||
|
||||
if obj:hasAttribute("Submarines") then
|
||||
return "submarine"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user