mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
I tracked down the problem to `dataclass.replace` because it generates a new object. Turns out the check for "claimed" squadrons is somehow linked to the original object. Simply overwriting the original object fixes the problem.