From 3ea65ccc750a0ab1aa4947f5d4d8d06755aa1749 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 8 Nov 2023 19:01:01 -0800 Subject: [PATCH] fix missing 6x1B handler --- src/ReceiveSubcommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index ba06a6df..b6b25619 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -2304,7 +2304,7 @@ subcommand_handler_t subcommand_handlers[0x100] = { /* 6x18 */ on_forward_check_size_game, /* 6x19 */ on_forward_check_size_game, /* 6x1A */ nullptr, - /* 6x1B */ nullptr, + /* 6x1B */ on_forward_check_size_game, /* 6x1C */ on_forward_check_size_game, /* 6x1D */ nullptr, /* 6x1E */ nullptr,