mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
@@ -21,10 +21,12 @@ def base_path() -> str:
|
||||
|
||||
|
||||
def _temporary_save_file() -> str:
|
||||
assert _dcs_saved_game_folder
|
||||
return os.path.join(_dcs_saved_game_folder, "tmpsave.liberation")
|
||||
|
||||
|
||||
def _autosave_path() -> str:
|
||||
assert _dcs_saved_game_folder
|
||||
return os.path.join(_dcs_saved_game_folder, "autosave.liberation")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user