Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Nov 10, 2024
1 parent 9d971a6 commit 0127372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public VoidOutputBus(String mName, byte mTier, String[] mDescriptionArray, IText
}
ItemStack[] filter=new ItemStack[16];
@SideOnly(value = Side.CLIENT)
LinkedList<ItemStack> toDisplay=new LinkedList<>();
LinkedList<ItemStack> toDisplay;//=new LinkedList<>();



Expand Down

0 comments on commit 0127372

Please sign in to comment.