Fixes missing upstream

This commit is contained in:
Sotr
2018-07-15 21:58:30 +08:00
parent 3875266bb7
commit ff00b7556e
3 changed files with 10 additions and 12 deletions

View File

@@ -1686,6 +1686,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
}
if (event.isCancelled()) {
this.player.updateInventory(this.player.activeContainer); // Paper - Refresh player inventory
return;
}
// CraftBukkit end