mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2025-07-25 12:54:41 +00:00
The bug was that the way commands were defined, a new instance was made every property access. Swapped to readonly gets so it's a single instance.