mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-23 12:05:44 +01:00
parent
f53ee9b6fa
commit
92048fbd3a
@ -411,9 +411,10 @@ public final class Launcher {
|
||||
|
||||
File dir = options.getDir();
|
||||
if (dir != null) {
|
||||
dir = dir.getAbsoluteFile();
|
||||
log.info("Using given base directory " + dir.getAbsolutePath());
|
||||
} else {
|
||||
dir = new File("");
|
||||
dir = new File("").getAbsoluteFile();
|
||||
log.info("Using current directory " + dir.getAbsolutePath());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user