From 788a041376908d92215ac0531565281f7cc5afb8 Mon Sep 17 00:00:00 2001 From: kmyuhkyuk <72241714+kmyuhkyuk@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:31:21 +0800 Subject: [PATCH] Update --- .../Patchs/ENetClientConnectionInitializerPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetClientConnectionInitializerPatch.cs b/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetClientConnectionInitializerPatch.cs index 670fad5..523c5f4 100644 --- a/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetClientConnectionInitializerPatch.cs +++ b/SlayTheSpire2.LAN.Multiplayer/Patchs/ENetClientConnectionInitializerPatch.cs @@ -59,7 +59,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs if (count < tryCount - 1) { - Log.Warn($"{ip}:{port} Host Game NetID:{netId} already occupied, next try NetID:{nextNetId}"); + Log.Warn($"{ip}:{port} Host Game NetID:{netId} already occupied, Next will try NetID:{nextNetId}"); } netId = nextNetId;