@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/InventorySubcontainer.java
|
||||
+++ b/net/minecraft/server/InventorySubcontainer.java
|
||||
@@ -3,6 +3,13 @@
|
||||
import com.google.common.collect.Lists;
|
||||
@@ -4,6 +4,13 @@
|
||||
import java.util.List;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import java.util.List;
|
||||
@@ -14,7 +14,7 @@
|
||||
public class InventorySubcontainer implements IInventory {
|
||||
|
||||
private String a;
|
||||
@@ -11,7 +18,47 @@
|
||||
@@ -12,7 +19,47 @@
|
||||
private List<IInventoryListener> d;
|
||||
private boolean e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user