mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 11:34:54 -04:00
Removed espionage debug setting (#11658)
This commit is contained in:
parent
498a64fa16
commit
9757cae098
@ -96,8 +96,6 @@ class GameSettings {
|
||||
|
||||
var autoPlay = GameSettingsAutoPlay()
|
||||
|
||||
var enableEspionageOption = false
|
||||
|
||||
// This is a string not an enum so if tabs change it won't screw up the json serialization
|
||||
var lastOverviewPage = EmpireOverviewCategories.Cities.name
|
||||
|
||||
|
@ -64,9 +64,6 @@ fun debugTab(
|
||||
curGameInfo.gameParameters.godMode = it
|
||||
}).colspan(2).row()
|
||||
}
|
||||
add("Enable espionage option".toCheckBox(game.settings.enableEspionageOption) {
|
||||
game.settings.enableEspionageOption = it
|
||||
}).colspan(2).row()
|
||||
|
||||
add("Save games compressed".toCheckBox(UncivFiles.saveZipped) {
|
||||
UncivFiles.saveZipped = it
|
||||
|
@ -121,8 +121,7 @@ class GameOptionsTable(
|
||||
it.addRagingBarbariansCheckbox()
|
||||
it.addOneCityChallengeCheckbox()
|
||||
it.addNuclearWeaponsCheckbox()
|
||||
if (UncivGame.Current.settings.enableEspionageOption)
|
||||
it.addEnableEspionageCheckbox()
|
||||
it.addEnableEspionageCheckbox()
|
||||
it.addNoStartBiasCheckbox()
|
||||
it.addRandomPlayersCheckbox()
|
||||
it.addRandomCityStatesCheckbox()
|
||||
|
Loading…
x
Reference in New Issue
Block a user