mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-16 22:20:16 +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 + "\"";
|
args_pattern += " --quickPlaySingleplayer \"" + quickPlayTarget->world + "\"";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user