mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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