mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-03-20 11:10:41 +01:00
[warps] Set warps freeze to 1 second instead of 5
This commit is contained in:
parent
9bff7f1dee
commit
62f860fada
@ -13,7 +13,7 @@ of the license, or (at your option) any later version.
|
|||||||
warps = {}
|
warps = {}
|
||||||
warps_queue = {}
|
warps_queue = {}
|
||||||
queue_state = 0
|
queue_state = 0
|
||||||
local warps_freeze = 5
|
local warps_freeze = 1
|
||||||
-- t = time in usec
|
-- t = time in usec
|
||||||
-- p = player obj
|
-- p = player obj
|
||||||
-- w = warp name
|
-- w = warp name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user