Remove oopsie log
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Interface: 70300
|
||||
## Title: Heimdall
|
||||
## Version: 2.13.0
|
||||
## Version: 2.13.1
|
||||
## Notes: Watches over areas and alerts when hostiles spotted
|
||||
## Author: Cyka
|
||||
## SavedVariables: Heimdall_Data
|
||||
|
BIN
Heimdall.zip
(Stored with Git LFS)
BIN
Heimdall.zip
(Stored with Git LFS)
Binary file not shown.
@@ -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