Results: 1Comments by: salazaar
File: Game Information03/13/21
Minor tweak to prevent chat scrolling
Posted By: salazaar
Love the addon! Unfortunately it causes my chat to scroll up endlessly. I realized it was because its sending empty messages to the chat, but a quick fix here function GI.sendMessage(message) if(CHAT_SYSTEM and message ~= nil and message ~= '') then CHAT_SYSTEM:AddMessage(message) end end That prevents empty message...