This commit is contained in:
kmyuhkyuk
2026-03-08 17:53:22 +08:00
parent 09d0f3e130
commit 1ce04ee807
@@ -87,7 +87,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs
hostMaxPlayersInput.GetLineEdit().Alignment = HorizontalAlignment.Center; hostMaxPlayersInput.GetLineEdit().Alignment = HorizontalAlignment.Center;
hostMaxPlayersInput.Step = 1; hostMaxPlayersInput.Step = 1;
hostMaxPlayersInput.MinValue = 1; hostMaxPlayersInput.MinValue = 2;
hostMaxPlayersInput.Value = SettingsHelper.Instance.SettingsModel.HostMaxPlayers; hostMaxPlayersInput.Value = SettingsHelper.Instance.SettingsModel.HostMaxPlayers;
hostMaxPlayersInput.ValueChanged += value => hostMaxPlayersInput.ValueChanged += value =>
{ {