mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Fixed multiple errors in scenic AAA modes
This commit is contained in:
@@ -1415,6 +1415,8 @@ function Olympus.setWeaponsData(arg, time)
|
||||
table["category"] = "Missile"
|
||||
elseif weapon:getDesc().category == Weapon.Category.BOMB then
|
||||
table["category"] = "Bomb"
|
||||
elseif weapon:getDesc().category == Weapon.Category.SHELL then
|
||||
table["category"] = "Shell"
|
||||
end
|
||||
else
|
||||
weapons[ID] = {isAlive = false}
|
||||
|
||||
Reference in New Issue
Block a user