Load 1.13 configs in 1.13+ and 1.12 configs in 1.12-

This commit is contained in:
Daniel Saukel
2018-09-21 22:10:07 +02:00
parent 54ebee1dc8
commit f736a6e331
10 changed files with 16 additions and 12 deletions
@@ -144,7 +144,11 @@ public class ConfigUpdater {
fromVersion = "1.5";
}
if (!fromVersion.equals("1.5")) {
if (fromVersion.equals("1.5")) {
fromVersion = "1.6";
}
if (!fromVersion.equals("1.6")) {
P.p.log(P.p.languageReader.get("Error_ConfigUpdate", fromVersion));
return;
}