From f41de59f3939644b8163fb9db12b0a572cff1116 Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Fri, 11 Feb 2022 13:05:23 +0000 Subject: [PATCH] Removed some file stuff that didnt work --- .../seibel/lod/common/wrappers/config/ConfigGui.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java b/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java index a6e81efc1..2fbb328c3 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java @@ -342,12 +342,6 @@ public abstract class ConfigGui // Just put this here for the future config.setComment("_Version", " DONT TOUCH THIS, IF YOU DO THEN CONFIG FILE WOULD BREAK"); - if (config.contains("_Version")) { - if (config.get("_Version") != ModInfo.VERSION) { - LOGGER.error("THERE IS A PROBLEM WITH THE CONFIG FILE"); - LOGGER.error("You have downgraded your mod, this could cause problems with your config"); - } - } config.set("_Versions", ModInfo.VERSION); @@ -384,12 +378,6 @@ public abstract class ConfigGui // Just put this here for the future config.setComment("_Version", " DONT TOUCH THIS, IF YOU DO THEN CONFIG FILE WOULD BREAK"); - if (config.contains("_Version")) { - if (config.get("_Version") != ModInfo.VERSION) { - LOGGER.error("THERE IS A PROBLEM WITH THE CONFIG FILE"); - LOGGER.error("You have downgraded your mod, this could cause problems with your config"); - } - } config.set("_Versions", ModInfo.VERSION);