1.20.6 Update (#347)
* initial no tests * Initial 1.20.6 update + tests/fixes * Initial 1.20.6 update + tests/fixes * 1.20.6 fixes * more 1.20.6 updates * initial port 1.20.6
This commit is contained in:
@@ -24,7 +24,7 @@ public class ReconnectCommand extends Command {
|
||||
if (info != null) {
|
||||
mc.world.disconnect();
|
||||
ConnectScreen.connect(new MultiplayerScreen(new TitleScreen()), mc,
|
||||
ServerAddress.parse(info.address), info, false);
|
||||
ServerAddress.parse(info.address), info, false, null);
|
||||
}
|
||||
return SINGLE_SUCCESS;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user