Upload via GUI (18 Dateien)
This commit is contained in:
@@ -411,6 +411,10 @@ async function prepareAndLaunch(opts, onProgress) {
|
||||
extraArgs: opts.extraArgs || '',
|
||||
});
|
||||
|
||||
// Fenstergröße bzw. maximiert starten (Minecraft-Argumente)
|
||||
if (opts.mcMaximized) args.push('--fullscreen');
|
||||
else if (opts.mcWidth && opts.mcHeight) args.push('--width', String(opts.mcWidth), '--height', String(opts.mcHeight));
|
||||
|
||||
ensureDir(opts.gameDir);
|
||||
|
||||
// Pre-Launch-Befehl (bricht bei Fehler ab)
|
||||
|
||||
Reference in New Issue
Block a user