mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
increased kotlin version to latest 1.7.0 (#7151)
* updated to 1.7.0 * change to empty else * bumped ios java to 1.8
This commit is contained in:
@ -71,7 +71,7 @@ object UnitActions {
|
||||
addTriggerUniqueActions(unit, actionList)
|
||||
addAddInCapitalAction(unit, actionList, tile)
|
||||
|
||||
addWaitAction(unit, actionList, worldScreen);
|
||||
addWaitAction(unit, actionList, worldScreen)
|
||||
|
||||
addToggleActionsAction(unit, actionList, unitTable)
|
||||
|
||||
@ -574,6 +574,7 @@ object UnitActions {
|
||||
}.takeIf { canConductTradeMission }
|
||||
)
|
||||
}
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user