Fix username config
This commit is contained in:
parent
5ba81a0669
commit
8a5c76abcc
File diff suppressed because one or more lines are too long
|
@ -156,6 +156,8 @@ public class Minecraft implements Runnable {
|
|||
this.checkGLError("Post startup");
|
||||
this.ingameGUI = new GuiIngame(this);
|
||||
if(GL11.forcedUser != null & GL11.forcedServer != null & GL11.joinServerOnLaunch) {
|
||||
this.field_6320_i.inventory = GL11.forcedUser;
|
||||
this.gameSettings.username = GL11.forcedUser;
|
||||
this.displayGuiScreen(new GuiConnecting(this, GL11.forcedServer));
|
||||
} else {
|
||||
this.displayGuiScreen(new GuiMainMenu());
|
||||
|
|
9534
web/js/app.js
9534
web/js/app.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user