fix(communication): register outgoing prefix request/delete composers

RequestPrefixesComposer (REQUEST_PREFIXES=7011) and DeletePrefixComposer
(DELETE_PREFIX=7013) are used by the client's useInventoryPrefixes but were
never registered in NitroMessages, so SendMessageComposer(new RequestPrefixesComposer())
resolved to composer id -1 ("Unknown Composer") and the packet was dropped — the
Prefixes panel never even requested its list, so the incoming registrations from
the previous commit had nothing to decode. Both headers align with the emulator
(RequestUserPrefixesEvent / DeletePrefixEvent = 7011 / 7013).

Completes the previous incoming-side fix; the prefix list + delete flow now goes
out end-to-end.
This commit is contained in:
simoleo89
2026-06-13 15:29:22 +02:00
parent 0d8e52b0e0
commit 2ea53af267
File diff suppressed because one or more lines are too long