mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +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 + "\"";
|
args_pattern += " --quickPlaySingleplayer \"" + quickPlayTarget->world + "\"";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user