From 6aba4d029e6812b79b8530fd289efee91a246281 Mon Sep 17 00:00:00 2001 From: Will Corby Date: Tue, 25 Feb 2025 20:24:15 -0800 Subject: [PATCH] Update Util.cs typo --- SteamTransport/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamTransport/Util.cs b/SteamTransport/Util.cs index 39c8b58d..d286f463 100644 --- a/SteamTransport/Util.cs +++ b/SteamTransport/Util.cs @@ -67,7 +67,7 @@ public static class Util } }); - // 20% change of doing all, all delays are 200 ms. leads to about 1 second of rtt ping if enables on both ends. + // 20% change of doing all, all delays are 200 ms. leads to about 1 second of rtt ping if enabled on both ends. if (transport.DoFakeNetworkErrors) { var floatHandle = GCHandle.Alloc((float)20, GCHandleType.Pinned);