frontline attack ops

This commit is contained in:
Vasyl Horbachenko
2018-07-16 23:58:01 +03:00
committed by Vasyl Horbachenko
parent 6f5835a2b8
commit 820820eb92
19 changed files with 205 additions and 206 deletions

View File

@@ -19,7 +19,7 @@ def base_path() -> str:
if os.path.exists(openbeta_path):
return openbeta_path
else:
return os.path.join(_user_folder, "Saved Games" , "DCS")
return os.path.join(_user_folder, "Saved Games", "DCS")
def _save_file() -> str: