Skip to content

Commit

Permalink
Launcher: Update message that displays when installing a custom apwor…
Browse files Browse the repository at this point in the history
…ld for a game in main (ArchipelagoMW#3607)
  • Loading branch information
ScipioWright authored and agilbert1412 committed Aug 24, 2024
1 parent d33ce68 commit 991314c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/LauncherComponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ def _install_apworld(apworld_src: str = "") -> Optional[Tuple[pathlib.Path, path
break
if found_already_loaded:
raise Exception(f"Installed APWorld successfully, but '{module_name}' is already loaded,\n"
"so a Launcher restart is required to use the new installation.")
"so a Launcher restart is required to use the new installation.\n"
"If the Launcher is not open, no action needs to be taken.")
world_source = worlds.WorldSource(str(target), is_zip=True)
bisect.insort(worlds.world_sources, world_source)
world_source.load()
Expand Down

0 comments on commit 991314c

Please sign in to comment.