Update QSBNetworkManager.cs

This commit is contained in:
JohnCorby 2022-02-05 22:56:29 -08:00
parent d3b315e7b4
commit ec0ec118e2

View File

@ -269,6 +269,7 @@ namespace QSB
public override void OnClientDisconnect()
{
DebugLog.DebugWrite("OnClientDisconnect");
base.OnClientDisconnect();
OnClientDisconnected?.SafeInvoke(_lastTransportError);
_lastTransportError = null;