Skip to content

Commit

Permalink
Updated Via API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 21, 2023
1 parent a4aa87f commit 55e9c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ public void register() {
for (Item item : items) {
itemRewriter.handleItemToClient(item);
}
wrapper.write(Type.ITEM1_8_ARRAY, items);
wrapper.write(Type.ITEM1_8_SHORT_ARRAY, items);
});
}
});
Expand Down

0 comments on commit 55e9c2f

Please sign in to comment.