WZPath Property Change (#133)

Allows hotcode placement due to IDE's being able to find WZ files loading from debugging mode, for example, Eclipse or IntellJ. Useful out of the box.
This commit is contained in:
UltimateMors
2017-11-24 17:02:31 -05:00
committed by Ronan Lana
parent 3b30244239
commit 46924812b0

View File

@@ -365,6 +365,7 @@ public class Server implements Runnable {
}
public static void main(String args[]) {
System.setProperty("wzpath", "wz");
Server.getInstance().run();
}
@@ -858,4 +859,4 @@ public class Server implements Runnable {
}
};
}
}
}