Forgot to revert screen type back to classic

This commit is contained in:
coolGi
2023-03-26 18:14:13 +10:30
parent 1c89f9e88a
commit ed6576df4b
@@ -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