Updated startup files.

This commit is contained in:
MobiusDev
2018-04-30 21:42:33 +00:00
parent d92c73b8cb
commit f699e2653c
33 changed files with 446 additions and 290 deletions

View File

@@ -149,7 +149,7 @@ public class GameServer
// Local Constants
private static final String LOG_FOLDER = "log"; // Name of folder for log file
private static final String LOG_NAME = "./config/others/log.cfg"; // Name of log file
private static final String LOG_NAME = "./log.cfg"; // Name of log file
private static SelectorThread<L2GameClient> _selectorThread;
private static LoginServerThread _loginThread;