From 2092a9f7247b1925dfea544264094b7287d95435 Mon Sep 17 00:00:00 2001 From: Arturs Ziborovs Date: Sun, 22 Oct 2023 20:46:15 +0300 Subject: [PATCH] Removed a space --- SRMP/Patches/Patch_PauseFix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRMP/Patches/Patch_PauseFix.cs b/SRMP/Patches/Patch_PauseFix.cs index 5f3a124..26d1f81 100644 --- a/SRMP/Patches/Patch_PauseFix.cs +++ b/SRMP/Patches/Patch_PauseFix.cs @@ -70,7 +70,7 @@ namespace SRMultiplayer.Patches // Save the initial state of the input initialAllowInput = __instance.m_AllowGameplayInput; - // Disable input so that we don't move when "paused" + // Disable input so that we don't move when "paused" __instance.m_AllowGameplayInput = false; } }