mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 21:35:14 -04: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() {
|
fun Table.addModCheckboxes() {
|
||||||
val modRulesets = RulesetCache.filter { it.key != "" }.values
|
val modRulesets = RulesetCache.values.filter { it.name != "" }
|
||||||
if (modRulesets.isEmpty()) return
|
if (modRulesets.isEmpty()) return
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user