Lotta bots

This commit is contained in:
verinia 2019-06-15 13:14:43 -08:00
parent a95b194865
commit 8666fce9b0
30 changed files with 4746 additions and 272 deletions

View file

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