Skip to content

Commit

Permalink
spel chek
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed May 25, 2024
1 parent 27b8d40 commit a1a2c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/debug2.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const debug2 = vscode.commands.registerCommand('bg3-mod-helper.debug2Command', a
console.log(unpackDest);

raiseInfo(`${modName} unpacking started`);
processPak(pakPath, modName, unpackDest);
// processPak(pakPath, modName, unpackDest);
raiseInfo(`${modName} unpacking ended`);
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"bg3ModHelper.modDestPath": {
"type": "string",
"default": "",
"description": "Path where your mod should end up, ie [C:/Users/<username>/AppData/Local/Larian Studios/Baldur's Gate 3/Mods]"
"description": "Path where your mod should end up, ie [C:/Users/<username>/AppData/Local/Larian Studios/Baldurs Gate 3/Mods]"
},
"bg3ModHelper.lslibPath": {
"type": "string",
Expand Down Expand Up @@ -262,7 +262,7 @@
"bg3ModHelper.gameInstallLocation": {
"type": "string",
"default": "",
"description": "Path to where your Baulders Gate 3 is installed, ie [W:\\SteamLibrary\\steamapps\\common\\Baldurs Gate 3, C:\\Program Files (x86)\\Steam\\steamapps\\common\\Baldurs Gate 3, etc]:"
"description": "Path to where Baldur's Gate 3 is installed, ie [W:\\SteamLibrary\\steamapps\\common\\Baldurs Gate 3], [C:\\Program Files (x86)\\Steam\\steamapps\\common\\Baldurs Gate 3]:"
}
}
},
Expand Down

0 comments on commit a1a2c70

Please sign in to comment.