fix: allow demo for older versions
We were not propagating the '--demo' flag in the legacy launcher, unconditionally setting the 'demo' parameter to false. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -137,7 +137,8 @@ public final class OneSixLauncher implements Launcher {
|
||||
winSizeH,
|
||||
maximize,
|
||||
serverAddress,
|
||||
serverPort
|
||||
serverPort,
|
||||
mcParams.contains("--demo")
|
||||
);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user