Merge pull request #903 from jopejoe1/demo-launch

This commit is contained in:
Sefa Eyeoglu
2022-09-18 14:41:25 +02:00
committed by GitHub
13 changed files with 105 additions and 13 deletions

View File

@ -137,7 +137,8 @@ public final class OneSixLauncher implements Launcher {
winSizeH,
maximize,
serverAddress,
serverPort
serverPort,
mcParams.contains("--demo")
);
return;