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