Update Client name

This commit is contained in:
RedSparr0w 2019-09-19 21:52:05 +12:00
parent 74bab533da
commit 14b3ff0a4b

View file

@ -12,7 +12,7 @@ public class GameLaunch {
/** /**
* The game settings. * The game settings.
*/ */
public static GameSetting SETTINGS = new GameSetting("Fat Cunt", Configurations.LOCAL_SERVER ? "127.0.0.1" : "frostblades.org", 1, "live", false, false); public static GameSetting SETTINGS = new GameSetting("RuneScape", Configurations.LOCAL_SERVER ? "127.0.0.1" : "localhost", 1, "live", false, false);
/** /**
* The main method. * The main method.