mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add CHN in country_dict for migration
This commit is contained in:
parent
6e37cadb84
commit
a5083e3e1f
@ -107,7 +107,10 @@ class Migrator:
|
||||
s.claim_inventory(count - claimed)
|
||||
|
||||
def _update_squadrons(self) -> None:
|
||||
country_dict = {"Netherlands": "The Netherlands"}
|
||||
country_dict = {
|
||||
"Netherlands": "The Netherlands",
|
||||
"CHN": "China",
|
||||
}
|
||||
for cp in self.game.theater.controlpoints:
|
||||
for s in cp.squadrons:
|
||||
preferred_task = max(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user