mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-22 21:01:25 +01:00
Update init.lua
This commit is contained in:
parent
b24e687c80
commit
6c0f492fc2
2
init.lua
2
init.lua
@ -304,7 +304,7 @@ function tp.tpr_accept(name, param)
|
||||
-- Check to prevent constant teleporting.
|
||||
if not tp.tpr_list[name]
|
||||
and not tp.tphr_list[name]
|
||||
minetest.chat_send_player(name, S("Usage: /tpy <player>"))
|
||||
minetest.chat_send_player(name, S("Usage: /tpy allows you to accept teleport requests sent to you by other players"))
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user