Skip to content

Commit

Permalink
SO *THIS* WAS THE PROBLEM
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyRider1337 authored Apr 3, 2024
1 parent 63ee159 commit 6dafb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ function buildLearnsets() {
*********************************************************/

function buildModSprites() {
const modSprites = {};
const modSprites = {ReusedResources: {}};
const modDir = fs.readdirSync('caches/DH2/data/mods/');
for (const i in modDir) {
const modName = modDir[i];
Expand Down

0 comments on commit 6dafb96

Please sign in to comment.