NOISSUE Fixed online saving in early Classic versions

This commit is contained in:
Moresteck 2020-04-19 15:24:18 +01:00
parent 130e1263b6
commit 1f9378af9f

View File

@ -143,7 +143,7 @@ public class Launcher extends Applet implements AppletStub
public URL getDocumentBase()
{
try {
return new URL("http://www.minecraft.net/game/");
return new URL("http", "www.minecraft.net", 80, "/game/", null);
} catch (MalformedURLException e) {
e.printStackTrace();
}