Skip to content

Commit

Permalink
Fix issue with new installs, #225
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Feb 15, 2024
1 parent 5aba059 commit a94b1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modAssist_func_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ const wizard = {
const theseFinds = wizard.getSettings(true, true)

if ( theseFinds.games[22].length !== 0 ) {
serveIPC.path.game = theseFinds.games[22][0]
serveIPC.path.game = theseFinds.games[22][0][1]
}
if ( theseFinds.settings[22].length !== 0 ) {
serveIPC.path.setFile = theseFinds.settings[22][0]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "3.5.1",
"version": "3.5.2",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down

0 comments on commit a94b1e9

Please sign in to comment.