Skip to content

Commit

Permalink
2024-08-09T2340Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 committed Aug 9, 2024
1 parent 033ad13 commit cfd3baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ icon_path = 'c:\Users\USERNAME\Pictures\Byfron Icon.png'
startup_script = 'game.workspace.FilteringEnabled = false'

[game_setup.place_file]
rbxl_uri = 'c:\Users\USERNAME\Documents\Roblox Files\F3X Test.rbxl'
rbxl_uri = 'c:\Users\USERNAME\Documents\Roblox Files\Kubla Khan.rbxl'

enable_saveplace = false

Expand Down
3 changes: 2 additions & 1 deletion Source/launcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ def parse_arg_list(args: list[str] | None) -> list:
chosen_sub_parser,
)

# Adds '--help' argument manually after the super parser called 'parse_known_args'.
# Adds '--help' argument manually after the high-level parser called 'parse_known_args'.
# Otherwise, the program would stop earlier and the help-text would be incomplete.
# The `-h` flag is replaced with `-?` here because we're using `-h` to signify `--rcc_host`.
chosen_sub_parser.add_argument(
'--help', '-?',
help='show this help message and exit',
Expand Down

0 comments on commit cfd3baa

Please sign in to comment.