Actually disable inviter kicker
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Interface: 70300
|
||||
## Title: Heimdall
|
||||
## Version: 2.13.1
|
||||
## Version: 2.13.2
|
||||
## Notes: Watches over areas and alerts when hostiles spotted
|
||||
## Author: Cyka
|
||||
## SavedVariables: Heimdall_Data
|
||||
|
||||
BIN
Heimdall.zip
LFS
BIN
Heimdall.zip
LFS
Binary file not shown.
@@ -62,6 +62,7 @@ function shared.Inviter.Init()
|
||||
---@type table<string, number>
|
||||
local groupMembers = {}
|
||||
local function CleanGroups()
|
||||
if not Heimdall_Data.config.inviter.kickOffline then return end
|
||||
print("Cleaning groups")
|
||||
local now = GetTime()
|
||||
for i = 1, 40 do
|
||||
|
||||
Reference in New Issue
Block a user