mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fixed user path for regular DCS
This commit is contained in:
parent
58dd16219b
commit
ce7d3a89c0
@ -19,7 +19,7 @@ def base_path() -> str:
|
||||
if os.path.exists(openbeta_path):
|
||||
return openbeta_path
|
||||
else:
|
||||
return os.path.expanduser("~\Saved Games\DCS")
|
||||
return os.path.join(_user_folder, "Saved Games\DCS")
|
||||
|
||||
|
||||
def _save_file() -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user