From b80f7f81d44f7fd16f1ea33e0e2d5865c46e6421 Mon Sep 17 00:00:00 2001 From: kmyuhkyuk <72241714+kmyuhkyuk@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:01:28 +0800 Subject: [PATCH] Update --- SlayTheSpire2.LAN.Multiplayer/Patchs/ENetHostPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetHostPatch.cs b/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetHostPatch.cs index 8cd1274..fdd093a 100644 --- a/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetHostPatch.cs +++ b/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetHostPatch.cs @@ -68,7 +68,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs while (connectedPeerIdHashSet.Contains(newNetId)) { - newNetId += 1000; + newNetId += 1000u; } logger.Info(