diff --git a/mods/afkkick/init.lua b/mods/afkkick/init.lua index ae2d0d9..9f0ff56 100644 --- a/mods/afkkick/init.lua +++ b/mods/afkkick/init.lua @@ -7,7 +7,7 @@ to this software to the public domain worldwide. This software is distributed without any warranty. ]] -local MAX_INACTIVE_TIME = 300 +local MAX_INACTIVE_TIME = 120 local CHECK_INTERVAL = 1 local WARN_TIME = 20