mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Target positions for ship movement are now properly projected on DCS game X,Y plane
This commit is contained in:
@@ -66,7 +66,7 @@ class QLiberationWindow(QMainWindow):
|
||||
last_save_file = liberation_install.get_last_save_file()
|
||||
if last_save_file:
|
||||
try:
|
||||
logging.info("Loading last saved game : {0}".format(str(last_save_file)))
|
||||
logging.info("Loading last saved game : " + str(last_save_file))
|
||||
game = persistency.load_game(last_save_file)
|
||||
self.onGameGenerated(game)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user