Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into develop
This commit is contained in:
commit
cb0887ffa8
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user