diff --git a/core/src/com/unciv/logic/BackwardCompatibility.kt b/core/src/com/unciv/logic/BackwardCompatibility.kt index 1b03bdfd9f..a359d170df 100644 --- a/core/src/com/unciv/logic/BackwardCompatibility.kt +++ b/core/src/com/unciv/logic/BackwardCompatibility.kt @@ -42,11 +42,6 @@ object BackwardCompatibility { if (pointsForNextGreatGeneral >= pointsForNextGreatGeneralCounter["Great General"]) { pointsForNextGreatGeneralCounter["Great General"] = pointsForNextGreatGeneral } else pointsForNextGreatGeneral = pointsForNextGreatGeneralCounter["Great General"] - - - if (greatGeneralPoints >= greatGeneralPointsCounter["Great General"]) { - greatGeneralPointsCounter["Great General"] = greatGeneralPoints - } else greatGeneralPoints = greatGeneralPointsCounter["Great General"] } }