Fixed unneeded space
This commit is contained in:
parent
1cfdedf269
commit
8d835a349c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace SRMultiplayer.Patches
|
||||||
prevAllowInput = __instance.m_AllowGameplayInput;
|
prevAllowInput = __instance.m_AllowGameplayInput;
|
||||||
if (Globals.IsMultiplayer && Globals.PauseState == PauseState.Pause)
|
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;
|
__instance.m_AllowGameplayInput = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue