Add retry to rio

This commit is contained in:
2024-06-05 20:07:29 +02:00
parent 3e36ad5ae0
commit 03f4b7ff4d
4 changed files with 18 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ function(e, source)
if not aura_env.me then aura_env.me = UnitName("player") end
local msg = ".ch " .. name
SendChatMessage(msg, "WHISPER", nil, aura_env.me)
aura_env.messageSent = true
end