mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
We had two different paths for converting pydcs loadouts because pydcs's APIs for some reason return the loadouts in different shapes which made it difficult to share the code for converting them. Rather than fix the bug in both places, extract the common code and adapt the result of one API to match the other. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3171.