mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-05 03:25:57 +02:00
Make tile activeContainer assignment consistent.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
49758a0994
commit
4166ac5145
@ -304,9 +304,9 @@
|
|||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
this.nextContainerCounter();
|
this.nextContainerCounter();
|
||||||
|
+ this.activeContainer = container;
|
||||||
this.playerConnection.sendPacket(new PacketPlayOutOpenWindow(this.containerCounter, itileentitycontainer.getContainerName(), itileentitycontainer.getScoreboardDisplayName()));
|
this.playerConnection.sendPacket(new PacketPlayOutOpenWindow(this.containerCounter, itileentitycontainer.getContainerName(), itileentitycontainer.getScoreboardDisplayName()));
|
||||||
- this.activeContainer = itileentitycontainer.createContainer(this.inventory, this);
|
- this.activeContainer = itileentitycontainer.createContainer(this.inventory, this);
|
||||||
+ this.activeContainer = container;
|
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
this.activeContainer.windowId = this.containerCounter;
|
this.activeContainer.windowId = this.containerCounter;
|
||||||
this.activeContainer.addSlotListener(this);
|
this.activeContainer.addSlotListener(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user