Skip to content

Commit

Permalink
wip: remove stack limit setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 16, 2024
1 parent 20a8653 commit 741eeb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static void handle(SetGamemodeBuildSlotPacket packet, IPayloadContext ctx
}

GBStackMarker.mark(itemStack);
itemStack.setCount(itemStack.getMaxStackSize());

pickItem(player, itemStack);
}
Expand Down

0 comments on commit 741eeb8

Please sign in to comment.