mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-27 06:18:52 +00:00
not invalid send cuz the data is fine
This commit is contained in:
parent
7c38412de2
commit
0df6ab887a
@ -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()}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user