mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Save-compat changes to allow loading Liberation saves
May be incomplete, some discrepancies in naming may still exist, but at least Kerbo's campaign can be loaded.
This commit is contained in:
@@ -326,7 +326,8 @@ class QLiberationWindow(QMainWindow):
|
||||
|
||||
def migrate_game(self, game, path):
|
||||
if game:
|
||||
Migrator(game)
|
||||
is_liberation = ".liberation" in path
|
||||
Migrator(game, is_liberation)
|
||||
else:
|
||||
relative_path = Path(path)
|
||||
QMessageBox.critical(
|
||||
|
||||
Reference in New Issue
Block a user