leonardopsantos / LunarSphere

Modular sphere addon for all classes.
1 stars 4 forks source link

prevent SAY from throwing error outside of instances #6

Closed speedwaystar closed 2 years ago

speedwaystar commented 3 years ago

moduleSpeech.lua, line 1089:

if ( (forceChannel or channel) ~= "SAY" ) or IsInInstance() then SendChatMessage(speechLine, forceChannel or (channel)); end

leonardopsantos commented 3 years ago

I'll give these a try. Thanks!

leonardopsantos commented 2 years ago

Closing this issue as the patch was applied.