We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818222 commit e5939d3Copy full SHA for e5939d3
MCI/Patches/KeyboardJoystick.cs
@@ -13,7 +13,7 @@ public static void Postfix()
13
if (Input.GetKeyDown(KeyCode.F5))
14
{
15
controllingFigure = PlayerControl.LocalPlayer.PlayerId;
16
- if (PlayerControl.AllPlayerControls.Count == 15 && !Input.GetKeyDown(KeyCode.F6)) return; //hold f6 and press f5 to bypass limit
+ if (PlayerControl.AllPlayerControls.Count == 15 && !Input.GetKeyDown(KeyCode.F6)) return; //press f6 and f5 to bypass limit
17
Utils.CleanUpLoad();
18
Utils.CreatePlayerInstance("Robot");
19
}
0 commit comments