mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed logging issues and SEAD flights departing without waiting.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user