Merge pull request #12849 from Citadel-Station-13/silicons-patch-43

raises max keybind command length to 32 so controller users don't get kicked
This commit is contained in:
Lin
2020-07-23 13:30:31 -05:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
// Defines for managed input/keybinding system.
/// Max length of a keypress command before it's considered to be a forged packet/bogus command
#define MAX_KEYPRESS_COMMANDLENGTH 16
#define MAX_KEYPRESS_COMMANDLENGTH 32
/// Maximum keys that can be bound to one button
#define MAX_COMMANDS_PER_KEY 5
/// Maximum keys per keybind