fix(communication): register incoming prefix packets so the Prefixes panel works

UserPrefixesEvent (7001), PrefixReceivedEvent (7002) and
ActivePrefixUpdatedEvent (7003) were defined and exported but never mapped in
NitroMessages, so the client's useInventoryPrefixes listeners could never fire:
opening the Prefixes inventory tab sends RequestUserPrefixes, the emulator
replies with UserPrefixesComposer (7001) and the client had no decoder for it
(panel stayed empty); purchase (7002) and active-prefix changes (7003) likewise
didn't update live. Only the sibling USER_NICK_ICONS (7004) was registered,
which is why this went unnoticed.

Register the three incoming headers next to USER_NICK_ICONS.
This commit is contained in:
simoleo89
2026-06-13 15:15:12 +02:00
parent a49c835870
commit 0d8e52b0e0
File diff suppressed because one or more lines are too long