From 62f860fada8fd6d24f73a2245c8a56f13dc96eac Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Mon, 22 Feb 2016 00:36:49 +0100 Subject: [PATCH] [warps] Set warps freeze to 1 second instead of 5 --- mods/warps/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/warps/init.lua b/mods/warps/init.lua index 76268e4c..2b17e7ec 100755 --- a/mods/warps/init.lua +++ b/mods/warps/init.lua @@ -13,7 +13,7 @@ of the license, or (at your option) any later version. warps = {} warps_queue = {} queue_state = 0 -local warps_freeze = 5 +local warps_freeze = 1 -- t = time in usec -- p = player obj -- w = warp name