Fix issue where GetTime was used instead of time()
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
function(e, msg)
|
||||
if msg == nil then return false end
|
||||
if string.find(msg, "You are now Away") then
|
||||
aura_env.KickTime = GetTime() + 25 * 60
|
||||
aura_env.AfkSince = GetTime()
|
||||
aura_env.KickTime = time() + 10 * 60
|
||||
aura_env.AfkSince = time()
|
||||
return true
|
||||
end
|
||||
if string.find(msg, "You are no longer Away") then
|
||||
|
||||
Reference in New Issue
Block a user