KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
23 stars 10 forks source link

Fix mod settings not being saved #106

Closed JohnAFernandez closed 8 months ago

JohnAFernandez commented 8 months ago

This fixes Mod settings being saved in the FSO settings screen by making sure that the changed info is saved to the Mod's JSON. This also makes two log entries in the same screen more accurate.

Thanks to ShivanSPS for explaining how this works. Tested and works as expected.

Fixes #105