public static final String VPS1_IP = HOSTED ? "192.168.0.158"
: "127.0.0.1";
private static final String MASTER_IP = "192.168.0.158";
public static final InetSocketAddress GAME_ADDRESS_BASE = new InetSocketAddress(
Settings.HOSTED ? "192.168.0.158" : "127.0.0.1", 43593);
static void init() {
LOGIN_SERVER_ADDRESS_BASE = new InetSocketAddress(
HOSTED ? "192.168.0.158" : "127.0.0.1", 7777);
LOGIN_CLIENT_ADDRESS_BASE = new InetSocketAddress(
HOSTED ? "192.168.0.158" : "127.0.0.1", 7778);
WORLDS_INFORMATION = new WorldInformation[] {
new WorldInformation(1, 0, "World1", 0, 0x2 | 0x8, "Nocturne

", "192.168.0.158", 100),
new WorldInformation(2, 0, "World2", 0, 0x2 | 0x8, "Nocturne

", VPS1_IP, 100),};