Remove usage of Java 11 method not caught by animal sniffer
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
+
|
||||
+ public InventorySubcontainer(InventorySubcontainer original) {
|
||||
+ this.a = original.a;
|
||||
+ this.items = NonNullList.a(ItemStack.b, original.items.toArray(ItemStack[]::new));
|
||||
+ this.items = NonNullList.a(ItemStack.b, original.items.toArray(new ItemStack[0]));
|
||||
+ }
|
||||
+
|
||||
public InventorySubcontainer(int i) {
|
||||
|
||||
Reference in New Issue
Block a user