Fixed unneeded space

This commit is contained in:
Arturs Ziborovs 2023-10-22 20:29:16 +03:00
parent 1cfdedf269
commit 8d835a349c

View file

@ -68,7 +68,7 @@ namespace SRMultiplayer.Patches
prevAllowInput = __instance.m_AllowGameplayInput;
if (Globals.IsMultiplayer && Globals.PauseState == PauseState.Pause)
{
// Disable input so that we don't move when "paused"
// Disable input so that we don't move when "paused"
__instance.m_AllowGameplayInput = false;
}
}