Remove oopsie log
This commit is contained in:
@@ -84,7 +84,6 @@ function shared.Inviter.Init()
|
||||
end
|
||||
end
|
||||
for name, time in pairs(groupMembers) do
|
||||
print(string.format("Checking %s - %d", name, time))
|
||||
if time < now - Heimdall_Data.config.inviter.afkThreshold then
|
||||
print(string.format("Kicking %s for being offline", name))
|
||||
-- Blyat this is protected...
|
||||
|
||||
Reference in New Issue
Block a user