mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-13 19:11:43 +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
@ -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