Increased aircraft spawn altitude to avoir crashes in nearby hills

This commit is contained in:
Ambroise Garel 2025-07-25 15:50:11 +02:00
parent f084846d31
commit 8fdbfedb60

View File

@ -305,7 +305,7 @@ do
) )
if options.takeOff and (groupCategory == Group.Category.AIRPLANE or groupCategory == Group.Category.HELICOPTER) then if options.takeOff and (groupCategory == Group.Category.AIRPLANE or groupCategory == Group.Category.HELICOPTER) then
groupTable.route.points[1].alt = 250 groupTable.route.points[1].alt = 750
groupTable.route.points[1].alt_type = "RADIO" groupTable.route.points[1].alt_type = "RADIO"
end end