mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:22:55 +01:00
Allow direct opening of another player's inventory
Not recommended - bugs may result, especially re: slot updates By: md_5 <git@md-5.net>
This commit is contained in:
parent
51a9b6ad0f
commit
74061abe72
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue