Skip to content

Commit e5939d3

Browse files
Fix Comment
1 parent 4818222 commit e5939d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCI/Patches/KeyboardJoystick.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void Postfix()
1313
if (Input.GetKeyDown(KeyCode.F5))
1414
{
1515
controllingFigure = PlayerControl.LocalPlayer.PlayerId;
16-
if (PlayerControl.AllPlayerControls.Count == 15 && !Input.GetKeyDown(KeyCode.F6)) return; //hold f6 and press f5 to bypass limit
16+
if (PlayerControl.AllPlayerControls.Count == 15 && !Input.GetKeyDown(KeyCode.F6)) return; //press f6 and f5 to bypass limit
1717
Utils.CleanUpLoad();
1818
Utils.CreatePlayerInstance("Robot");
1919
}

0 commit comments

Comments
 (0)