Use our test server by default

This commit is contained in:
zeruth
2019-06-18 17:41:52 -04:00
parent 4b72523dea
commit 99a7d21d67
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public class Launcher implements AppletStub
break;
}
}
codebase = new URL("http://127.0.0.1");
codebase = new URL("http://thatgamerblue.com/");
params.put(worldListKey, "http://" + codebase.getHost());
}
catch (IOException e)