Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into develop

This commit is contained in:
Petr Mrázek 2020-04-29 20:32:47 +02:00
commit cb0887ffa8

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();
}