removed test line, stupid me
This commit is contained in:
parent
4e36815f61
commit
f9618455ac
1 changed files with 1 additions and 2 deletions
|
@ -238,8 +238,7 @@ public class Server implements IPathElement, Runnable {
|
|||
|
||||
// use the directory where server.properties is located:
|
||||
if (config.homeDir == null && config.propFile != null) {
|
||||
// config.homeDir = config.propFile.getAbsoluteFile().getParentFile();
|
||||
config.homeDir = config.propFile.getParentFile();
|
||||
config.homeDir = config.propFile.getAbsoluteFile().getParentFile();
|
||||
}
|
||||
|
||||
if (!config.hasPropFile()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue