mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 23:37:31 +07:00
Update GameParameters.kt (#7880)
这为解决#7877中所提及的(notanyoneCanSpectate)提供了第二种解决方案 This provides a second solution to the (notanyoneCanSpectate) mentioned in # 7877
This commit is contained in:
parent
6ba98c82ac
commit
bf275cc1c4
@ -35,7 +35,7 @@ class GameParameters : IsPartOfGameInfoSerialization { // Default values are the
|
||||
var startingEra = "Ancient era"
|
||||
|
||||
var isOnlineMultiplayer = false
|
||||
var anyoneCanSpectate = false
|
||||
var anyoneCanSpectate = true
|
||||
var baseRuleset: String = BaseRuleset.Civ_V_GnK.fullName
|
||||
var mods = LinkedHashSet<String>()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user