comment on property about delimeter

Signed-off-by: Xander <xander@isxander.dev>
This commit is contained in:
Xander 2025-04-26 23:42:22 +01:00 committed by GitHub
parent a92e114236
commit 02106ab29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ public final class StandardLauncher extends AbstractLauncher {
// pass the real main class and game arguments in so mods can access them
System.setProperty("org.prismlauncher.launch.mainclass", mainClassName);
// unit separator ('\u001F') delimited list of game args
System.setProperty("org.prismlauncher.launch.gameargs", joinedGameArgs.toString());
// find and invoke the main method