diff --git a/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java b/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java index 39fb30a90..03d635e26 100755 --- a/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java +++ b/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java @@ -237,6 +237,7 @@ public static boolean initLocalization(ConfigThingy config) private static File findWollMuxConf(File wollMuxDir) { String relativeWollMuxConf = "/.lots/lots.conf"; + String oldRelativeWollMuxConf = "/.wollmux/wollmux.conf"; ArrayList searchPaths = new ArrayList<>(); String wollmuxConfPath = null; @@ -257,6 +258,7 @@ private static File findWollMuxConf(File wollMuxDir) searchPaths.add(new File(wollMuxDir, "lots.conf").getAbsolutePath()); searchPaths.add(System.getProperty("user.dir") + relativeWollMuxConf); + searchPaths.add(System.getProperty("user.dir") + oldRelativeWollMuxConf); searchPaths.add(ETC_WOLLMUX_WOLLMUX_CONF); // Check if windows