[Bleeding] DoubleChestInventory.getHolder() no longer returns null. Addresses BUKKIT-995
This commit is contained in:
committed by
EvilSeph
parent
f27427ad19
commit
76cc488402
@@ -43,7 +43,7 @@ public class InventoryLargeChest implements IInventory {
|
||||
}
|
||||
|
||||
public InventoryHolder getOwner() {
|
||||
return null; // Double chests technically have multiple owners, so there's no sensible way to pick one
|
||||
return null; // This method won't be called since CraftInventoryDoubleChest doesn't defer to here
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user