Removed a space

This commit is contained in:
Arturs Ziborovs 2023-10-22 20:46:15 +03:00
parent b9de510fa5
commit 2092a9f724

View file

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