mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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