Remove oopsie log

This commit is contained in:
2025-01-06 01:04:18 +01:00
parent cae1eef659
commit 2c6142e6c4
3 changed files with 3 additions and 4 deletions

View File

@@ -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)

Binary file not shown.

View File

@@ -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...