Skip to content

Commit

Permalink
Correct window id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Jun 11, 2021
1 parent ff7243d commit 1cae4c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public Containers<?> getType() {
return null;
}

nmsPlayer.b.sendPacket(new PacketPlayOutOpenWindow(nmsPlayer.bV.j, container.getType(),
nmsPlayer.b.sendPacket(new PacketPlayOutOpenWindow(container.j, container.getType(),
new ChatComponentText(container.getBukkitView().getTitle())));
nmsPlayer.bV = container;
nmsPlayer.initMenu(container);
Expand Down

0 comments on commit 1cae4c7

Please sign in to comment.