Correction to deprecation Version number?... (#3968)

... in MapParameters.size: The commit adding the annotation is 9 commits below the 3.14.7 commit. Sorry I didn't include this earlier!. I *did* notice then went on for the rest of the little PR with a little nagging feeling ...
This commit is contained in:
SomeTroglodyte
2021-05-20 11:34:05 +02:00
committed by GitHub
parent 3d062e3424
commit b9aeb03e1b

View File

@ -76,7 +76,7 @@ class MapParameters {
var name = ""
var type = MapType.pangaea
var shape = MapShape.hexagonal
@Deprecated("replaced by mapSize since 3.19.18")
@Deprecated("replaced by mapSize since 3.14.7")
var size = MapSize.Medium
var mapSize = MapSizeNew(Constants.medium)
var noRuins = false
@ -106,4 +106,4 @@ class MapParameters {
resourceRichness = 0.1f
waterThreshold = 0f
}
}
}