mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 15:18:21 +00:00
NOISSUE fix typo
This commit is contained in:
parent
71cf4f8d18
commit
724eb76dc4
@ -440,7 +440,7 @@ QStringList MinecraftInstance::processMinecraftArgs(
|
||||
}
|
||||
}
|
||||
|
||||
if (quickPlayTarget && quickPlayTarget->world.isEmpty())
|
||||
if (quickPlayTarget && !quickPlayTarget->world.isEmpty())
|
||||
{
|
||||
args_pattern += " --quickPlaySingleplayer \"" + quickPlayTarget->world + "\"";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user