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; } }