aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java b/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java
index 4602120a..9311040d 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java
@@ -3,11 +3,11 @@ package io.github.moulberry.notenoughupdates.auction;
import net.minecraft.client.gui.GuiScreen;
public class CustomAHGui extends GuiScreen {
- public CustomAHGui() {
- this.allowUserInput = true;
- }
+ public CustomAHGui() {
+ this.allowUserInput = true;
+ }
- public boolean doesGuiPauseGame() {
- return false;
- }
+ public boolean doesGuiPauseGame() {
+ return false;
+ }
}