mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
Allow direct opening of another player's inventory
Not recommended - bugs may result, especially re: slot updates
This commit is contained in:
parent
884028b23b
commit
1fafd8f3f2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user