minor mistakes

This commit is contained in:
JohnCorby 2025-02-25 00:14:43 -08:00
parent 43f206b9a9
commit f65a4ea0c9
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
networkAddress = QSBCore.DefaultServerIP; networkAddress = QSBCore.DefaultServerIP;
{ {
_steamTransport.Log = s => DebugLog.DebugWrite("[STEAM] " + s); _steamTransport.Log = s => DebugLog.DebugWrite("[Steam] " + s);
} }
{ {
kcp2k.Log.Info = s => kcp2k.Log.Info = s =>

View File

@ -66,7 +66,7 @@ public class Client
} }
_conn = SteamNetworkingSockets.ConnectByIPAddress(ref steamAddr, 0, new SteamNetworkingConfigValue_t[0]); _conn = SteamNetworkingSockets.ConnectByIPAddress(ref steamAddr, 0, new SteamNetworkingConfigValue_t[0]);
_transport.Log($"connecting to {steamAddr}"); _transport.Log($"connecting to {steamAddr.DebugToString()}");
} }
else else
{ {