Customized world list info

This commit is contained in:
randy 2025-03-12 12:04:53 -06:00
parent 6458a6ef95
commit 81730af934

View file

@ -119,7 +119,7 @@ public final class WorldList {
* Populates the world list.
*/
static {
addWorld(new WorldDefinition(1, 0, FLAG_MEMBERS | FLAG_LOOTSHARE, "2009Scape Classic", "127.0.0.1", "Anywhere, USA", COUNTRY_USA));
addWorld(new WorldDefinition(1, 0, FLAG_MEMBERS | FLAG_LOOTSHARE, "Snowscape custom server", "127.0.0.1", "Canada", COUNTRY_CANADA));
}
/**