Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Fix for odd errors with other text modifiers #99

Closed Sony-dev closed 1 year ago

Sony-dev commented 1 year ago

Sometimes other addons that hook PlayerSay and return modified strings break this easychat module. Replacing 'if prefix then' with a string type check seems to fix this. (At least in my testing)

Earu commented 1 year ago

Hi! Nice find!