Skip to content

Commit

Permalink
fix new save
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Feb 1, 2019
1 parent 2154d50 commit 93dc38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions work.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function saveFile() {
guiConfig.servers[i].file = fileName;
guiConfig.servers[i].name = fileName.substring(0, fileName.lastIndexOf('.'));
saveToFile(guiCOnfigFilePath, JSON.stringify(guiConfig, null, '\t'))
server_index = i;
}

function getCurrentObject(jsonI) {
Expand Down

0 comments on commit 93dc38c

Please sign in to comment.