Update
This commit is contained in:
@@ -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 =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user