mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix error on first start because of new last_save_file parameter.
This commit is contained in:
parent
7d07faa5fb
commit
2834f2982c
@ -35,6 +35,7 @@ def init():
|
|||||||
__last_save_file = ""
|
__last_save_file = ""
|
||||||
is_first_start = True
|
is_first_start = True
|
||||||
else:
|
else:
|
||||||
|
__last_save_file = ""
|
||||||
try:
|
try:
|
||||||
__dcs_saved_game_directory = dcs.installation.get_dcs_saved_games_directory()
|
__dcs_saved_game_directory = dcs.installation.get_dcs_saved_games_directory()
|
||||||
if os.path.exists(__dcs_saved_game_directory + ".openbeta"):
|
if os.path.exists(__dcs_saved_game_directory + ".openbeta"):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user