Artentus / ModMyFactory2

Rewrite of ModMyFactory, the Factorio mod manager
GNU General Public License v3.0
55 stars 18 forks source link

Fix typo in the settings view model #55

Closed Ethrel closed 2 years ago

Ethrel commented 2 years ago

Typo caused the Factorio instances location string to be overwritten by the mod location string, and the mod location string to be empty.

Note: the settings were saved correctly and were only corrupted when loading the settings for view/editing.

Note 2: This is a re-do of the pull request opened days ago (https://github.com/Artentus/ModMyFactory2/pull/54), moving the source off of my fork's master branch. Apparently, it is impossible to alter the source branch of a PR :(

Artentus commented 2 years ago

That is a good catch, thank you!