You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
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:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user