Skip to content

Commit

Permalink
Merge pull request #33 from brunoxkk0/stable
Browse files Browse the repository at this point in the history
Fix wrong Array import
  • Loading branch information
Protoxy22 authored Aug 6, 2022
2 parents 96ae600 + 4f80b30 commit 52df4d9
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
Expand Up @@ -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 {

Expand Down

0 comments on commit 52df4d9

Please sign in to comment.