mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix possible conficts in runway data
In case 2 carriers are present and have the same name, the kneeboard information gets screwed up...
This commit is contained in:
@@ -529,7 +529,7 @@ class GenericCarrierGenerator(GroundObjectGenerator):
|
||||
# they aren't exposed as such to the game. Should
|
||||
# clean this up so that's possible. We can't use the
|
||||
# unit name since it's an arbitrary ID.
|
||||
self.runways[self.control_point.name] = RunwayData(
|
||||
self.runways[self.control_point.full_name] = RunwayData(
|
||||
self.control_point.name,
|
||||
brc,
|
||||
f"{brc.degrees:03}",
|
||||
|
||||
Reference in New Issue
Block a user