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(