mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
fix (#7281)
This commit is contained in:
parent
b558d92a1e
commit
50ec861edd
@ -42,7 +42,9 @@ fun multiplayerTab(
|
||||
optionsPopup.addCheckbox(
|
||||
tab, "Enable multiplayer status button in singleplayer games",
|
||||
settings.multiplayer::statusButtonInSinglePlayer, updateWorld = true
|
||||
)
|
||||
) {
|
||||
settings.multiplayer.statusButtonInSinglePlayer = it
|
||||
}
|
||||
|
||||
addSeparator(tab)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user