mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Update Client name
This commit is contained in:
parent
74bab533da
commit
14b3ff0a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public class GameLaunch {
|
|||
/**
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue