mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Taking simulateUntilWin from the UncivGame.Current was causing problems when downloading multiplayer games - @alkorolyov
This commit is contained in:
parent
2c9cf077c5
commit
c2f0ee94fc
@ -35,7 +35,9 @@ class GameInfo {
|
||||
var oneMoreTurnMode=false
|
||||
var currentPlayer=""
|
||||
var gameId = UUID.randomUUID().toString() // random string
|
||||
var simulateUntilWin = UncivGame.Current.simulateUntilWin
|
||||
// can't be taken directly from Unciv.Current.SimulateUntilWin because this causes problems with downloading multiplayer games.,
|
||||
// should probably be either 'manually set' upon creation
|
||||
var simulateUntilWin = false
|
||||
|
||||
//region pure functions
|
||||
fun clone(): GameInfo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user