mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
OnServer/ClientError
This commit is contained in:
parent
d9a0daec37
commit
658f5a33db
@ -424,4 +424,10 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
||||
|
||||
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…
Reference in New Issue
Block a user