mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 00:39:53 +00:00
Merge branch 'steamworks-v3' of https://github.com/misternebula/quantum-space-buddies into steamworks-v3
This commit is contained in:
commit
43ac9d1c0d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user