Allow direct opening of another player's inventory

Not recommended - bugs may result, especially re: slot updates
This commit is contained in:
md_5 2019-04-27 13:14:40 +10:00
parent 884028b23b
commit 1fafd8f3f2

View File

@ -324,6 +324,7 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
customSize = Containers.GENERIC_9X3;
break;
case 36:
case 41: // PLAYER
customSize = Containers.GENERIC_9X4;
break;
case 45: