frontline attack ops

This commit is contained in:
Vasyl Horbachenko
2018-07-16 23:58:01 +03:00
parent 1fbf4e292a
commit e4c3f8bce2
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: