Skip to content

Commit

Permalink
Update build-indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyRider1337 authored Mar 5, 2024
1 parent da8a799 commit ada1a7a
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 @@ -1778,7 +1778,7 @@ function buildModSprites() {
}
if (!inheritDataPresent) continue;
try {
//We're not outright making "inherit" a JSON because the other files would attempt to copypaste it and it would cause problems
//We're not outright giving this file the .json suffix because the other files would attempt to copypaste it and it would cause problems
const mappings = JSON.parse(fs.readFileSync(spritePath + "/reused"));
for (const mon in mappings) {
//null is our indicator for the presence of a custom sprite already being uploaded
Expand Down

0 comments on commit ada1a7a

Please sign in to comment.