mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
okay stop logging these now
This commit is contained in:
parent
a4638861e3
commit
9174fd8bca
@ -261,11 +261,6 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
|||||||
|
|
||||||
{
|
{
|
||||||
_steamTransport.Log = s => DebugLog.DebugWrite("[Steam] " + s);
|
_steamTransport.Log = s => DebugLog.DebugWrite("[Steam] " + s);
|
||||||
// temp
|
|
||||||
_steamTransport.OnClientDataReceived += (bytes, i) => DebugLog.DebugWrite($"[Steam] RECV {i} {bytes.Count}");
|
|
||||||
_steamTransport.OnServerDataReceived += (conn, bytes, i) => DebugLog.DebugWrite($"[Steam] RECV {conn} {i} {bytes.Count}");
|
|
||||||
_steamTransport.OnClientDataSent += (bytes, i) => DebugLog.DebugWrite($"[Steam] SEND {i} {bytes.Count}");
|
|
||||||
_steamTransport.OnServerDataSent += (conn, bytes, i) => DebugLog.DebugWrite($"[Steam] SEND {conn} {i} {bytes.Count}");
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
kcp2k.Log.Info = s =>
|
kcp2k.Log.Info = s =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user