mirror of
https://github.com/minetest-mods/warps.git
synced 2025-06-28 14:36:11 +02:00
Make warps delayed by 5 seconds, handled by a queue worked.
This commit is contained in:
6
README
6
README
@ -20,6 +20,12 @@ location (one of the warps in /listwarps). Right-clicking the item
|
||||
as a warp_admin user will allow you to program the warpstone. The
|
||||
warpstone can be removed by shift-punching the warp stone.
|
||||
|
||||
All warps are delayed by ~5 seconds. You have to stand still for
|
||||
that duration, otherwise the warp will be cancelled. This may avoid
|
||||
warp spamming and warping out of combat a bit. There's a bit
|
||||
of variation in time due to the timer resolution in minetest
|
||||
being rather large.
|
||||
|
||||
========
|
||||
|
||||
Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
|
||||
|
Reference in New Issue
Block a user