From cab30208e0fbfb1c42175e4b17de4d6f5c9040b3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 6 Nov 2017 23:50:31 +0000 Subject: [PATCH] Reduce afkkick time --- mods/afkkick/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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