Update GameSettings.kt (#2320)

__This__ nuclearWeaponEnabled is now a zombie.
This commit is contained in:
proteus-anguinus
2020-04-03 08:59:20 +02:00
committed by GitHub
parent ec0f41d015
commit 0289af28ce

View File

@ -24,7 +24,6 @@ class GameSettings {
var showMinimap: Boolean = true
var showPixelUnits: Boolean = false
var showPixelImprovements: Boolean = true
var nuclearWeaponEnabled = true
var continuousRendering = false
var userId = ""
var multiplayerTurnCheckerEnabled = true
@ -47,4 +46,4 @@ class GameSettings {
tutorialTasksCompleted.add(tutorialTask)
save()
}
}
}