mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-08 14:07:28 +01:00
Added /tpn to request message
This commit is contained in:
parent
3b42410468
commit
aed423eecb
2
init.lua
2
init.lua
@ -52,7 +52,7 @@ local function tphr_send(name, param)
|
|||||||
|
|
||||||
--If paremeter is valid, Send teleport message and set the table.
|
--If paremeter is valid, Send teleport message and set the table.
|
||||||
if minetest.env:get_player_by_name(receiver) then
|
if minetest.env:get_player_by_name(receiver) then
|
||||||
minetest.chat_send_player(receiver, sender ..' is requesting that you teleport to them. /tpy to accept.')
|
minetest.chat_send_player(receiver, sender ..' is requesting that you teleport to them. /tpy to accept; /tpn to deny')
|
||||||
minetest.chat_send_player(sender, 'Teleport request sent! It will time out in '.. timeout_delay ..' seconds.')
|
minetest.chat_send_player(sender, 'Teleport request sent! It will time out in '.. timeout_delay ..' seconds.')
|
||||||
|
|
||||||
--Write name values to list and clear old values.
|
--Write name values to list and clear old values.
|
||||||
|
Loading…
Reference in New Issue
Block a user