This commit is contained in:
kmyuhkyuk
2026-03-08 23:57:10 +08:00
parent d5d3d47e95
commit b2a9ff695c
@@ -48,7 +48,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs
if (!netErrorInfo.HasValue)
{
Log.Info($"Connect {ip}:{port} Host Game NetID:{netId}");
Log.Info($"Connect {ip}:{port} HostGame NetID:{netId}");
return null;
}
@@ -59,7 +59,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Patchs
if (count < tryCount - 1)
{
Log.Warn($"{ip}:{port} Host Game NetID:{netId} already occupied, Next will try NetID:{nextNetId}");
Log.Warn($"{ip}:{port} HostGame NetID:{netId} already occupied, Next will try NetID:{nextNetId}");
}
netId = nextNetId;