This commit is contained in:
kmyuhkyuk
2026-03-08 23:31:21 +08:00
parent ac1c274b02
commit 788a041376
@@ -59,7 +59,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs
if (count < tryCount - 1) 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; netId = nextNetId;