mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fix save compat
This commit is contained in:
@@ -321,7 +321,7 @@ class MissionResultsProcessor:
|
||||
settings = cp.coalition.game.settings
|
||||
factor = (
|
||||
settings.frontline_reserves_factor
|
||||
if cp.captured
|
||||
if cp.captured.is_blue
|
||||
else settings.frontline_reserves_factor_red
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user