mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 17:04:24 +07:00
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
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:
parent
9a1e904b66
commit
a9908e877c
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user