Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Jun 29, 2024
1 parent 6e69e01 commit a925e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Mixin(ScreenHandler.class)
public abstract class ScreenHandlerMixin implements HandlerWithContext {
@Unique
Map<ItemData, Integer> changedStacks = HashMap.newHashMap(19);
Map<ItemData, Integer> changedStacks = new HashMap<>();
@Unique
private ServerPlayerEntity player = null;

Expand Down

0 comments on commit a925e72

Please sign in to comment.