From ed6576df4b6503871153d2bd7e68a980d9d1008c Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 26 Mar 2023 18:14:13 +1030 Subject: [PATCH] Forgot to revert screen type back to classic --- .../com/seibel/lod/common/wrappers/gui/GetConfigScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/gui/GetConfigScreen.java b/common/src/main/java/com/seibel/lod/common/wrappers/gui/GetConfigScreen.java index 5c9581227..889920c94 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/gui/GetConfigScreen.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/gui/GetConfigScreen.java @@ -8,7 +8,7 @@ import com.seibel.lod.core.config.gui.OpenGLConfigScreen; import net.minecraft.client.gui.screens.Screen; public class GetConfigScreen { - public static type useScreen = type.JavaFX; + public static type useScreen = type.Classic; public static enum type { Classic, @Deprecated