1
0
Fork 0

Simbrief: fix bug when airport doesn't exist due to scenery

This commit is contained in:
Jonathan Redpath 2022-01-09 19:29:43 +00:00
parent a1e8320e0c
commit 6acd065c00

View file

@ -120,7 +120,6 @@ var SimbriefParser = {
fmgc.updateArptLatLon();
fmgc.updateARPT();
} else {
me.cleanupInvalid();
return nil;
}