diff options
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.java | 2 |
1 files changed, 0 insertions, 2 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 a42fdb64..4602120a 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java @@ -3,7 +3,6 @@ package io.github.moulberry.notenoughupdates.auction; import net.minecraft.client.gui.GuiScreen; public class CustomAHGui extends GuiScreen { - public CustomAHGui() { this.allowUserInput = true; } @@ -11,5 +10,4 @@ public class CustomAHGui extends GuiScreen { public boolean doesGuiPauseGame() { return false; } - } |
