Haplo064 / ChatBubbles

GNU General Public License v3.0
27 stars 31 forks source link

Bugfix: Bubbles show ontop of incorrect player #56

Closed meoiswa closed 1 year ago

meoiswa commented 1 year ago

When in parties, sending any message with a Player Payload (I/E provoke pls) displays the buble ontop of the Payload Target instead of the Sender. This is due to Sender names having the party list numbering glyph prepended. This fix works around that by filtering the corresponding characters previous to comparing against the LocalPlayer's name.

MKhayle commented 1 year ago

I'll need to test out those changes first before approving them, just in case, but that looks fine to me.