Skip to content

Commit

Permalink
Update items_tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GuckTubeYT authored Dec 22, 2023
1 parent 476b34b commit 6bbec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/items_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ function item_decoder(file, using_editor) {
mem_pos += 2;
}

if (item_id != a) console.log(`Unordered Items ${item_id}`)
if (item_id != a) console.log(`Unordered Items at ${a}`)

data_json.items[a] = {}
data_json.items[a].item_id = item_id
Expand Down

0 comments on commit 6bbec4f

Please sign in to comment.