Animated jetways: Small fix for the editor not converting STG jetways correctly
This commit is contained in:
parent
8b3649d140
commit
b030c2239d
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ var convert_stg = func
|
|||
append(jetway_array, hash);
|
||||
}
|
||||
|
||||
var airport = getprop("/sim/jetways/closest-airport-id");
|
||||
var airport = getprop("/sim/airport/closest-airport-id");
|
||||
if (airport == "") return;
|
||||
var i = 0;
|
||||
var loop = func
|
||||
|
|
Loading…
Add table
Reference in a new issue