Fixed logging issues and SEAD flights departing without waiting.

This commit is contained in:
Khopa
2020-06-22 23:20:14 +02:00
parent 56cf6bdaa4
commit 93a4463f22
10 changed files with 94 additions and 58 deletions

View File

@@ -42,7 +42,7 @@ def restore_game():
save = pickle.load(f)
return save
except:
print("Invalid Save game")
logging.error("Invalid Save game")
return None