removed test line, stupid me

This commit is contained in:
stefanp 2004-01-05 13:35:49 +00:00
parent 4e36815f61
commit f9618455ac

View file

@ -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()) {