Remove oopsie log
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Interface: 70300
|
## Interface: 70300
|
||||||
## Title: Heimdall
|
## Title: Heimdall
|
||||||
## Version: 2.13.0
|
## Version: 2.13.1
|
||||||
## Notes: Watches over areas and alerts when hostiles spotted
|
## Notes: Watches over areas and alerts when hostiles spotted
|
||||||
## Author: Cyka
|
## Author: Cyka
|
||||||
## SavedVariables: Heimdall_Data
|
## SavedVariables: Heimdall_Data
|
||||||
|
|||||||
BIN
Heimdall.zip
LFS
BIN
Heimdall.zip
LFS
Binary file not shown.
@@ -84,7 +84,6 @@ function shared.Inviter.Init()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
for name, time in pairs(groupMembers) do
|
for name, time in pairs(groupMembers) do
|
||||||
print(string.format("Checking %s - %d", name, time))
|
|
||||||
if time < now - Heimdall_Data.config.inviter.afkThreshold then
|
if time < now - Heimdall_Data.config.inviter.afkThreshold then
|
||||||
print(string.format("Kicking %s for being offline", name))
|
print(string.format("Kicking %s for being offline", name))
|
||||||
-- Blyat this is protected...
|
-- Blyat this is protected...
|
||||||
|
|||||||
Reference in New Issue
Block a user