mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04: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 startingEra = "Ancient era"
|
||||||
|
|
||||||
var isOnlineMultiplayer = false
|
var isOnlineMultiplayer = false
|
||||||
var anyoneCanSpectate = false
|
var anyoneCanSpectate = true
|
||||||
var baseRuleset: String = BaseRuleset.Civ_V_GnK.fullName
|
var baseRuleset: String = BaseRuleset.Civ_V_GnK.fullName
|
||||||
var mods = LinkedHashSet<String>()
|
var mods = LinkedHashSet<String>()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user