NOISSUE fix typo

This commit is contained in:
arthomnix 2023-04-08 20:58:13 +01:00
parent 71cf4f8d18
commit 724eb76dc4

View File

@ -440,7 +440,7 @@ QStringList MinecraftInstance::processMinecraftArgs(
}
}
if (quickPlayTarget && quickPlayTarget->world.isEmpty())
if (quickPlayTarget && !quickPlayTarget->world.isEmpty())
{
args_pattern += " --quickPlaySingleplayer \"" + quickPlayTarget->world + "\"";
}