Skip to content

Commit

Permalink
made the extension install constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicJinn committed May 29, 2024
1 parent 4eff198 commit 9257313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-sunlesssea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function installContent(files) {

function checkJsonDirectoryStructure(files) {
const baseFolders = ['addon', 'images'];
const subFolders = ['entities', 'encyclopaedia', 'geography']
const subFolders = ['constants', 'entities', 'encyclopaedia', 'geography']

prepath = ""
let pathto = ""
Expand Down

0 comments on commit 9257313

Please sign in to comment.