mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fix(save): correct openbeta detection
This commit is contained in:
parent
3de688da29
commit
fcfa785ae9
@ -18,7 +18,6 @@ def base_path() -> str:
|
|||||||
global _user_folder
|
global _user_folder
|
||||||
assert _user_folder
|
assert _user_folder
|
||||||
|
|
||||||
return installation.get_dcs_saved_games_directory()
|
|
||||||
openbeta_path = os.path.join(_user_folder, "DCS.openbeta")
|
openbeta_path = os.path.join(_user_folder, "DCS.openbeta")
|
||||||
if "--force-stable-DCS" not in sys.argv and os.path.exists(openbeta_path):
|
if "--force-stable-DCS" not in sys.argv and os.path.exists(openbeta_path):
|
||||||
return openbeta_path
|
return openbeta_path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user