From 054e7c71e7741a6714cf4d4e2efb826447de706b Mon Sep 17 00:00:00 2001 From: kmyuhkyuk <72241714+kmyuhkyuk@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:27:59 +0800 Subject: [PATCH] Update --- SlayTheSpire2.LAN.Multiplayer/Patchs/NJoinFriendScreenPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlayTheSpire2.LAN.Multiplayer/Patchs/NJoinFriendScreenPatch.cs b/SlayTheSpire2.LAN.Multiplayer/Patchs/NJoinFriendScreenPatch.cs index b9216d6..b5d9c7a 100644 --- a/SlayTheSpire2.LAN.Multiplayer/Patchs/NJoinFriendScreenPatch.cs +++ b/SlayTheSpire2.LAN.Multiplayer/Patchs/NJoinFriendScreenPatch.cs @@ -80,7 +80,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs joinButton.CustomMinimumSize = new Vector2(150, 50); joinButton.SizeFlagsHorizontal = Control.SizeFlags.ShrinkCenter; - joinButton.Connect(NClickableControl.SignalName.Released, Callable.From(delegate + joinButton.Connect(NClickableControl.SignalName.Released, Callable.From(_ => { if (!ipAddressLineEdit.IsOnlyIP && (!ipAddressLineEdit.IsIPAndPort || !ipAddressLineEdit.Port.HasValue))