mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Fixed two empty mods checkbox in game options (#2837)
This commit is contained in:
parent
c51879cc5f
commit
494e8eacc0
@ -167,7 +167,7 @@ class GameOptionsTable(previousScreen: IPreviousScreen, val updatePlayerPickerTa
|
||||
}
|
||||
|
||||
fun Table.addModCheckboxes() {
|
||||
val modRulesets = RulesetCache.filter { it.key != "" }.values
|
||||
val modRulesets = RulesetCache.values.filter { it.name != "" }
|
||||
if (modRulesets.isEmpty()) return
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user