worlds,clients,kvui: use user_path (#1622)

This commit is contained in:
black-sliver
2023-03-29 20:14:45 +02:00
committed by GitHub
parent bb79073ce7
commit 639606e0be
5 changed files with 12 additions and 6 deletions

View File

@@ -74,5 +74,5 @@ def get_base_rom_path(file_name: str = "") -> str:
if not file_name:
file_name = options["tloz_options"]["rom_file"]
if not os.path.exists(file_name):
file_name = Utils.local_path(file_name)
return file_name
file_name = Utils.user_path(file_name)
return file_name