mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Save compat fix w.r.t. renamed airport in AFG
This commit is contained in:
parent
bbc41f4c1a
commit
c54ac4e21a
@ -141,6 +141,10 @@ class MigrationUnpickler(pickle.Unpickler):
|
||||
"Helipad_218"
|
||||
]:
|
||||
return dcs.terrain.Airport # use base-class if airport was removed
|
||||
if module == "dcs.terrain.afghanistan.airports":
|
||||
if name == "Khost_Heliport":
|
||||
from dcs.terrain.afghanistan.airports import FOB_Salerno
|
||||
return FOB_Salerno
|
||||
if module == "dcs.terrain.falklands.airports":
|
||||
if name == "Aerodromo_De_Tolhuin":
|
||||
from dcs.terrain.falklands.airports import Tolhuin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user