From 1ce04ee807efae9c45ebf1ad329490a43b7df675 Mon Sep 17 00:00:00 2001 From: kmyuhkyuk <72241714+kmyuhkyuk@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:53:22 +0800 Subject: [PATCH] Update --- SlayTheSpire2.LAN.Multiplayer/Patchs/NSettingsScreenPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlayTheSpire2.LAN.Multiplayer/Patchs/NSettingsScreenPatch.cs b/SlayTheSpire2.LAN.Multiplayer/Patchs/NSettingsScreenPatch.cs index b1bffa3..d07bb32 100644 --- a/SlayTheSpire2.LAN.Multiplayer/Patchs/NSettingsScreenPatch.cs +++ b/SlayTheSpire2.LAN.Multiplayer/Patchs/NSettingsScreenPatch.cs @@ -87,7 +87,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs hostMaxPlayersInput.GetLineEdit().Alignment = HorizontalAlignment.Center; hostMaxPlayersInput.Step = 1; - hostMaxPlayersInput.MinValue = 1; + hostMaxPlayersInput.MinValue = 2; hostMaxPlayersInput.Value = SettingsHelper.Instance.SettingsModel.HostMaxPlayers; hostMaxPlayersInput.ValueChanged += value => {