From b1a81402b459a3cf4dd70f9465b4f684dbd5d493 Mon Sep 17 00:00:00 2001 From: Will Corby Date: Tue, 25 Feb 2025 20:13:57 -0800 Subject: [PATCH] Update Client.cs --- SteamTransport/Client.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamTransport/Client.cs b/SteamTransport/Client.cs index 5f3c0d6e..84a5c3df 100644 --- a/SteamTransport/Client.cs +++ b/SteamTransport/Client.cs @@ -132,7 +132,7 @@ public class Client IsConnected = false; // its not an error for us to close ourselves intentionally // but we do it anyway cuz above comment - _transport.OnClientError?.Invoke(TransportError.ConnectionClosed, "client closed connection, but you shouldnt be seeing this in game. make sure [DEBUG] Debug Mode is on and check logs for stack trace"); + _transport.OnClientError?.Invoke(TransportError.ConnectionClosed, "client closed connection, but you shouldnt be seeing this in game. make sure [DEBUG] Debug Mode is on and check logs for stack trace. report this please!"); _transport.OnClientDisconnected?.Invoke(); _onStatusChanged.Dispose();