From 0df6ab887a5728ef2152790783fcd98689680186 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 10 Jun 2023 12:12:31 -0700 Subject: [PATCH] not invalid send cuz the data is fine --- FizzySteamworks/NextClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FizzySteamworks/NextClient.cs b/FizzySteamworks/NextClient.cs index 75b9877f..17b72215 100644 --- a/FizzySteamworks/NextClient.cs +++ b/FizzySteamworks/NextClient.cs @@ -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()}"); } }