13
0
geforkt von Mirrors/Paper

Allow direct opening of another player's inventory

Not recommended - bugs may result, especially re: slot updates

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2019-04-27 13:14:40 +10:00
Ursprung 51a9b6ad0f
Commit 74061abe72

Datei anzeigen

@ -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: