mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
comment on property about delimeter
Signed-off-by: Xander <xander@isxander.dev>
This commit is contained in:
parent
a92e114236
commit
02106ab29a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue