You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
02ab30180c
getBubble() fell back to NORMAL (bubble 0) for any id not in the registered BUBBLES map, so custom client-side chat bubbles (e.g. ids 253+) rendered as the default bubble for everyone. Now unknown positive ids (<=1000) pass through as a transient bubble carrying that id, so the server relays it and clients render their own .bubble-<id> style. No need to enumerate each one.