Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
GuckTubeYT authored Dec 28, 2023
1 parent 1ea089f commit 4f1cb0f
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 @@ -553,7 +553,7 @@ function item_decoder(file, using_editor) {
var version = read_buffer_number(arrayBuffer, 0, 2);
var item_count = read_buffer_number(arrayBuffer, 2, 4);

if (version <= 16) {
if (version > 16) {
return Swal.mixin({
toast: true,
position: 'top-end',
Expand Down

0 comments on commit 4f1cb0f

Please sign in to comment.