Cleanup extensions

This commit is contained in:
2026-02-12 02:38:08 +02:00
parent 6124525439
commit 24baab2e84
8 changed files with 66 additions and 49 deletions

View File

@@ -3073,6 +3073,8 @@ BAN::ErrorOr<void> handle_packet(Client& client_info, BAN::ConstByteSpan packet)
continue;
reply.present = xTrue;
reply.major_opcode = extension.major_opcode;
reply.first_event = extension.event_base;
reply.first_error = extension.error_base;
break;
}