aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java b/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
deleted file mode 100644
index af7486a0..00000000
--- a/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package io.github.moulberry.notenoughupdates;
-
-import net.minecraft.client.gui.GuiScreen;
-import org.lwjgl.input.Mouse;
-
-public class CustomAHGui extends GuiScreen {
-
- public CustomAHGui() {
- this.allowUserInput = true;
- }
-
- public boolean doesGuiPauseGame() {
- return false;
- }
-
-}