default mirroring none
Some checks failed
Conflict marking / main (push) Failing after 17s
Detekt / detekt (ubuntu-latest) (push) Failing after 1m4s
Generate mkdocs from docs folder / deploy (push) Failing after 49s
Build and test / Check code and run unit tests (push) Failing after 5m39s
Close stale issues and PRs / stale (push) Successful in 18s
Docker / build (push) Failing after 1m19s

This commit is contained in:
yairm210 2024-12-10 13:23:52 +02:00
parent 9a1e904b66
commit a9908e877c

View File

@ -54,7 +54,7 @@ class MapParameters : IsPartOfGameInfoSerialization {
var shape = MapShape.hexagonal
var mapSize = MapSize.Medium
var mapResources = MapResourceSetting.default.label
var mirroring: String = MirroringType.fourway
var mirroring: String = MirroringType.none
var noRuins = false
var noNaturalWonders = false
// DO NOT CHANGE DEFAULTS since that changes all existing games to new default!