mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-21 12:21:25 +01:00
Update config.lua
This commit is contained in:
parent
4108156118
commit
1380297b12
@ -27,12 +27,7 @@ local S, NS = dofile(MP.."/intllib.lua")
|
||||
timeout_delay = 60
|
||||
version = "1.5"
|
||||
|
||||
chatmsg, source, target, name2,
|
||||
|
||||
map_size = 30912
|
||||
function can_teleport(to)
|
||||
return to.x < map_size and to.x > -map_size and to.y < map_size and to.y > -map_size and to.z < map_size and to.z > -map_size
|
||||
end
|
||||
chatmsg, source, target, name2, target_coords,
|
||||
|
||||
-- Enable tpp command
|
||||
enable_tpp_command = false
|
||||
|
Loading…
Reference in New Issue
Block a user