Update Airbase.lua

- Fixed bug in the `AIRBASE:GetRunwaydata()` function.
This commit is contained in:
Frank 2020-10-03 23:12:17 +02:00
parent 421d27f640
commit 7f98e703f1

View File

@ -1303,7 +1303,7 @@ function AIRBASE:GetRunwayData(magvar, mark)
if exception==1 then
j=N-(i+1) -- 1-->4, 2-->3
j=N-(i-1) -- 1-->4, 2-->3
elseif exception==2 then