Removed a space
This commit is contained in:
parent
b9de510fa5
commit
2092a9f724
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace SRMultiplayer.Patches
|
||||||
// Save the initial state of the input
|
// Save the initial state of the input
|
||||||
initialAllowInput = __instance.m_AllowGameplayInput;
|
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;
|
__instance.m_AllowGameplayInput = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue