Update client IP (#415)

This commit is contained in:
Daniel Ginovker
2020-08-04 19:21:34 -04:00
committed by GitHub
parent 605a434edf
commit 4bd24204fc
+1 -1
View File
@@ -16,7 +16,7 @@ public final class Main {
*/
public static void main(String[] args) {
ClientSettings.SERVER_IP = "2006rebotted.hopto.org";
ClientSettings.SERVER_IP = "2006.2009scape.org";
if (args.length > 1)
{
System.out.println("Running local");