Skip to content

Commit

Permalink
fix: a380 atc_model string (#9604)
Browse files Browse the repository at this point in the history
* fix: use unique atc_model

* also adapt icao model

* fix: a320 atc_type and atc_model

Co-authored-by: Michael Corcoran <[email protected]>

* fix a380 atc_type and model

Co-authored-by: Michael Corcoran <[email protected]>

* revert icao

---------

Co-authored-by: Michael Corcoran <[email protected]>
  • Loading branch information
Saschl and tracernz authored Dec 2, 2024
1 parent 0480ec6 commit 9b04502
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minor = 0

[GENERAL]
atc_type = "TT:ATCCOM.ATC_NAME AIRBUS.0.text"
atc_model = "TT:ATCCOM.AC_MODEL A388.0.text"
atc_model = "TT:ATCCOM.AC_MODEL A380.0.text"
Category = "airplane"
performance = "Todo"
editable = 1
Expand Down Expand Up @@ -126,7 +126,7 @@ ui_fuel_burn_rate = 5300
atc_id = "FBWA380X"
icao_airline = ""
atc_id_enable = 0
atc_airline = ""
atc_airline = "FlyByWire"
atc_flight_number = "380"
atc_heavy = 1
atc_id_color = "0x00000000"
Expand Down

0 comments on commit 9b04502

Please sign in to comment.