Skip to content

Commit

Permalink
Fix wrong Array import
Browse files Browse the repository at this point in the history
brunoxkk0 committed Aug 6, 2022
1 parent 58b88b1 commit 4f80b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/modularwarfare/utility/DevGui.java
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import org.lwjgl.opengl.GL11;
import scala.actors.threadpool.Arrays;
import java.util.Arrays;

public class DevGui extends Gui {

0 comments on commit 4f80b30

Please sign in to comment.