From 1047d089d58bb0108ca6b414a4dc6f28b017a36d Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 31 May 2025 23:15:23 -0700 Subject: [PATCH] fix 6x0B error message --- src/ReceiveSubcommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 8d391e5e..379371c4 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -3518,7 +3518,7 @@ static asio::awaitable on_update_object_state_t(shared_ptr c, Subc l->log.info_f("K-{:03X} updated with game_flags={:08X}", obj_st->k_id, obj_st->game_flags); if ((cmd.object_index & 0xF000) || (cmd.header.entity_id != (cmd.object_index | 0x4000))) { - throw runtime_error("mismatched enemy id/index"); + throw runtime_error("mismatched object id/index"); } for (auto lc : l->clients) {