Don't probe if normal received in probe state, otherwise server will not enter probe state, ryzom/ryzomcore#622, ryzom/ryzomcore#133

fixes
kaetemi 4 years ago committed by Nimetu
parent 719f178f70
commit 2528e542cb

@ -2320,6 +2320,7 @@ bool CNetworkConnection::stateProbe()
else
{
nlwarning("CNET[%p]: received normal in state Probe", this);
_LatestProbeTime = _UpdateTime;
}
}
}

Loading…
Cancel
Save