Merge branch 'steamworks-v3' of https://github.com/misternebula/quantum-space-buddies into steamworks-v3

This commit is contained in:
_nebula 2023-06-10 21:01:10 +01:00
commit 43ac9d1c0d

View File

@ -225,7 +225,7 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
// hack
if (s == "KcpPeer: received disconnect message")
{
OnClientError(TransportError.ConnectionClosed, "host disconnected");
OnClientError(TransportError.ConnectionClosed, s);
}
};
kcp2k.Log.Warning = s => DebugLog.DebugWrite("[KCP] " + s, MessageType.Warning);