mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
OnServer/ClientError
This commit is contained in:
parent
d9a0daec37
commit
658f5a33db
@ -424,4 +424,10 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
|||||||
|
|
||||||
base.OnStopServer();
|
base.OnStopServer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override void OnServerError(NetworkConnectionToClient conn, TransportError error, string reason) =>
|
||||||
|
DebugLog.DebugWrite($"OnServerError({conn}, {error}, {reason})", MessageType.Error);
|
||||||
|
|
||||||
|
public override void OnClientError(TransportError error, string reason) =>
|
||||||
|
DebugLog.DebugWrite($"OnClientError({error}, {reason})", MessageType.Error);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user