mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
This is a bit of an ugly hack but it's effectively what we would need anyway. We could clean up the global replacement by making the name generator _only_ a property of Game and plumbing it through to a large number of places. Could maybe also use `__getstate__` and `__setstate__` tricks to save `naming.namegen` to the file even without making it truly a part of Game. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1247