diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/config/GetConfigScreen.java b/common/src/main/java/com/seibel/lod/common/wrappers/config/GetConfigScreen.java index 5284a2a0c..21e40ce9f 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/config/GetConfigScreen.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/config/GetConfigScreen.java @@ -7,20 +7,15 @@ public class GetConfigScreen { public static type useScreen = type.Classic; public static enum type { Classic, - OpenGL, - New; + OpenGL; } public static Screen getScreen(Screen parent) { if (useScreen == type.Classic) { - return ClassicConfigGUI.getScreen(parent, ""); + return ClassicConfigGUI.getScreen(parent, "client"); } else if (useScreen == type.OpenGL) { return ConfigScreenMC.getScreen(parent, new ConfigScreen()); - } else if (useScreen == type.New) { - System.out.println("This is not made yet"); - return null; } - return null; } } \ No newline at end of file diff --git a/core b/core index 3f6a2d519..e13c331f0 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 3f6a2d519579f5c1417bb59543d050c278fbedd2 +Subproject commit e13c331f0a935da04dffa4aec009989bb5de386d