not invalid send cuz the data is fine

This commit is contained in:
JohnCorby 2023-06-10 12:12:31 -07:00
parent 7c38412de2
commit 0df6ab887a

View File

@ -227,7 +227,7 @@ namespace Mirror.FizzySteam
{
Debug.LogError($"Could not send: {res.ToString()}");
// CHANGED
OnReceivedError.Invoke(TransportError.InvalidSend, $"Could not send: {res.ToString()}");
OnReceivedError.Invoke(TransportError.Unexpected, $"Could not send: {res.ToString()}");
}
}