Executables with support for console.
This commit is contained in:
BIN
L2J_Mobius_C1_HarbingersOfWar/dist/Server.exe
vendored
BIN
L2J_Mobius_C1_HarbingersOfWar/dist/Server.exe
vendored
Binary file not shown.
@@ -4,8 +4,6 @@
|
||||
|
||||
# Enable L2jMobius GUI when OS supports it.
|
||||
# Provides access to admin commands without the need to be online.
|
||||
# Warning! Do not disable if you use Gameserver.exe
|
||||
# because server will run in the background!
|
||||
# Default: True
|
||||
EnableGUI = True
|
||||
|
@@ -36,7 +36,7 @@ public class Config
|
||||
// --------------------------------------------------
|
||||
// Config File Definitions
|
||||
// --------------------------------------------------
|
||||
public static final String INTERFACE_CONFIG_FILE = "./config/Interface.ini";
|
||||
public static final String INTERFACE_CONFIG_FILE = "./config/interface.ini";
|
||||
public static final String SERVER_CONFIG_FILE = "./config/server.ini";
|
||||
private static final String RATES_CONFIG_FILE = "./config/rates.ini";
|
||||
private static final String KARMA_CONFIG_FILE = "./config/karma.ini";
|
||||
|
Reference in New Issue
Block a user