From 3a5485ea56fe79bc01888206e9afbcacf1ca4848 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 26 Mar 2023 16:03:02 +1030 Subject: [PATCH] Moved OS getting utils to its own Platform enum. --- .../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 871ad0579..31692a5ca 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 @@ -7,7 +7,7 @@ import com.seibel.lod.core.config.gui.OpenGLConfigScreen; import net.minecraft.client.gui.screens.Screen; public class GetConfigScreen { - public static type useScreen = type.Classic; + public static type useScreen = type.JavaFX; public static enum type { Classic, @Deprecated