Skip to content

Commit

Permalink
fix anvil gui
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Dec 20, 2023
1 parent 7f7761e commit 9b2fbb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public AnvilGui open(boolean runnableActivity) {
if (super.rightItem != null)
this.container.getBukkitView().setItem(1, super.rightItem);

HCore.sendPacket(this.player, new PacketPlayOutOpenWindow(this.nextContainerId, Containers.h,
HCore.sendPacket(this.player, new PacketPlayOutOpenWindow(this.nextContainerId, Containers.i,
CraftChatMessage.fromStringOrNull(super.title)));
this.container.w.a(0);
this.entityPlayer.a(this.container);
Expand Down

0 comments on commit 9b2fbb7

Please sign in to comment.