From 23d4b7d9058796c57bd15858660794bb42a0c895 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 22 Dec 2023 17:17:25 -0800 Subject: [PATCH] fix Ep3 6x70 again --- src/ReceiveSubcommands.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 40bcece2..74a84cf3 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -543,6 +543,8 @@ static void on_sync_joining_player_disp_and_inventory( case Version::GC_NTE: case Version::GC_V3: + case Version::GC_EP3_TRIAL_EDITION: + case Version::GC_EP3: if (gc_cmd) { transcode_inventory_items(gc_cmd); send_or_enqueue_joining_player_command(target, command, flag, *gc_cmd); @@ -572,10 +574,6 @@ static void on_sync_joining_player_disp_and_inventory( } break; - case Version::GC_EP3_TRIAL_EDITION: - case Version::GC_EP3: - throw runtime_error("Episode 3 should not send 6x70 commands"); - case Version::XB_V3: if (xb_cmd) { transcode_inventory_items(xb_cmd);