mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
@@ -11,7 +11,7 @@
|
||||
|
||||
public class ContainerDispenser extends Container {
|
||||
|
||||
public IInventory items;
|
||||
public final IInventory items;
|
||||
+ // CraftBukkit start
|
||||
+ private CraftInventoryView bukkitEntity = null;
|
||||
+ private PlayerInventory player;
|
||||
|
Reference in New Issue
Block a user