Fix error on first start because of new last_save_file parameter.

This commit is contained in:
Khopa 2020-12-10 21:11:24 +01:00
parent 7d07faa5fb
commit 2834f2982c

View File

@ -35,6 +35,7 @@ def init():
__last_save_file = ""
is_first_start = True
else:
__last_save_file = ""
try:
__dcs_saved_game_directory = dcs.installation.get_dcs_saved_games_directory()
if os.path.exists(__dcs_saved_game_directory + ".openbeta"):