JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.09k stars 1.04k forks source link

Fix struct reordering #3247

Closed ezhevita closed 2 months ago

ezhevita commented 2 months ago

Checklist

Changes

New functionality

None

Changed functionality

No user-facing changes, a reordering pattern in DotSettings was modified to make sure that the order of the fields is persisted in the types where it is important (e.g. types with StructLayout attribute)

Removed functionality

None

Additional info

probably this could be fixed long before the new EAP was released but well

JustArchi commented 2 months ago

Thanks! :trophy: