Add artifacts & metas

This commit is contained in:
dginovker 2019-11-04 16:17:50 -05:00
parent cd54b1533e
commit 7ea58f6805
31 changed files with 64 additions and 22 deletions

View file

@ -12,7 +12,12 @@ public class GameLaunch {
/**
* The game settings.
*/
public static GameSetting SETTINGS = new GameSetting("2009Scape", Configurations.LOCAL_SERVER ? "127.0.0.1" : "frostblades.org", 1, "live", false, false);
/*
NOTICE: IF YOU'RE A DEVELOPER, THE EASIEST WAY TO CONNECT TO THE LIVESERVER IS WITH CLIENT.JAVA. THIS CLASS IS FOR LOCAL SERVER CONNECTING!
*/
public static GameSetting SETTINGS = new GameSetting("2009Scape", Configurations.LOCAL_SERVER ? "127.0.0.1" : "34.68.75.237"/*"34.68.75.237"*/, 1, "live", false, false);
/**
* The main method.