From b8851476627ac6637aff408aed5fd6db3f09beb1 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 21 Feb 2020 10:21:17 -0800 Subject: [PATCH] ignore gameguard input commands from bb --- ReceiveCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReceiveCommands.cc b/ReceiveCommands.cc index 39d4d884..426b5c2e 100644 --- a/ReceiveCommands.cc +++ b/ReceiveCommands.cc @@ -2011,7 +2011,7 @@ static process_command_t bb_handlers[0x100] = { NULL, process_ignored_command, NULL, NULL, // 20 - NULL, NULL, NULL, NULL, + NULL, NULL, process_ignored_command, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,