mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-13 12:12:14 +00:00
NOISSUE fix typo
This commit is contained in:
@@ -440,7 +440,7 @@ QStringList MinecraftInstance::processMinecraftArgs(
|
||||
}
|
||||
}
|
||||
|
||||
if (quickPlayTarget && quickPlayTarget->world.isEmpty())
|
||||
if (quickPlayTarget && !quickPlayTarget->world.isEmpty())
|
||||
{
|
||||
args_pattern += " --quickPlaySingleplayer \"" + quickPlayTarget->world + "\"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user