diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 450c4516..c7d2d167 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -418,7 +418,7 @@ static void process_subcommand_pick_up_item(shared_ptr, const string& data) { auto* cmd = check_size_sc(data); - if (!l->is_game() || (cmd->client_id != c->lobby_client_id)) { + if (!l->is_game()) { return; } if (l->version == GameVersion::BB) {