Changed the trait name

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-03-27 00:56:12 +02:00
parent 23bdccc91d
commit 765bdf67c9
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ public final class StandardLauncher extends AbstractLauncher {
super(params);
List<String> traits = params.getList("traits", Collections.<String>emptyList());
quickPlaySupported = traits.contains("quickPlay");
quickPlaySupported = traits.contains("feature:is_quick_play_multiplayer");
}
@Override