1
0
Dieser Commit ist enthalten in:
Chaos 2022-01-11 21:20:17 +01:00
Ursprung 8659bce671
Commit bb80ee110d

Datei anzeigen

@ -54,7 +54,8 @@ public class CLIConfig {
.getLocation() .getLocation()
.toURI() .toURI()
.getPath()) .getPath())
.getCanonicalFile(); .getCanonicalFile()
.getParentFile();
INSTALL_DIR_IS_SET = false; INSTALL_DIR_IS_SET = false;
} catch (IOException | URISyntaxException e) { } catch (IOException | URISyntaxException e) {
Main.getLogger().error(e.getMessage(), e); Main.getLogger().error(e.getMessage(), e);