mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
minor mistakes
This commit is contained in:
parent
43f206b9a9
commit
f65a4ea0c9
@ -260,7 +260,7 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
||||
networkAddress = QSBCore.DefaultServerIP;
|
||||
|
||||
{
|
||||
_steamTransport.Log = s => DebugLog.DebugWrite("[STEAM] " + s);
|
||||
_steamTransport.Log = s => DebugLog.DebugWrite("[Steam] " + s);
|
||||
}
|
||||
{
|
||||
kcp2k.Log.Info = s =>
|
||||
|
||||
@ -66,7 +66,7 @@ public class Client
|
||||
}
|
||||
|
||||
_conn = SteamNetworkingSockets.ConnectByIPAddress(ref steamAddr, 0, new SteamNetworkingConfigValue_t[0]);
|
||||
_transport.Log($"connecting to {steamAddr}");
|
||||
_transport.Log($"connecting to {steamAddr.DebugToString()}");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user