mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 06:34:27 +02:00
comment on property about delimeter
Signed-off-by: Xander <xander@isxander.dev>
This commit is contained in:
parent
a92e114236
commit
02106ab29a
@ -107,6 +107,7 @@ public final class StandardLauncher extends AbstractLauncher {
|
|||||||
|
|
||||||
// pass the real main class and game arguments in so mods can access them
|
// pass the real main class and game arguments in so mods can access them
|
||||||
System.setProperty("org.prismlauncher.launch.mainclass", mainClassName);
|
System.setProperty("org.prismlauncher.launch.mainclass", mainClassName);
|
||||||
|
// unit separator ('\u001F') delimited list of game args
|
||||||
System.setProperty("org.prismlauncher.launch.gameargs", joinedGameArgs.toString());
|
System.setProperty("org.prismlauncher.launch.gameargs", joinedGameArgs.toString());
|
||||||
|
|
||||||
// find and invoke the main method
|
// find and invoke the main method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user