mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-24 00:40:20 +01:00
Twkeak a comment...
This commit is contained in:
parent
c250e19ab2
commit
d36621d9de
@ -5,7 +5,7 @@ local INTERVAL = 5
|
|||||||
local MINDIST = 0.2
|
local MINDIST = 0.2
|
||||||
|
|
||||||
-- If player does not move within this time, kick player (in seconds).
|
-- If player does not move within this time, kick player (in seconds).
|
||||||
local TIMEOUT = 3600 -- 5 minutes
|
local TIMEOUT = 3600 -- 60 minutes
|
||||||
|
|
||||||
local time_afk = { }
|
local time_afk = { }
|
||||||
local last_pos = { }
|
local last_pos = { }
|
||||||
|
Loading…
Reference in New Issue
Block a user