Update init.lua

This commit is contained in:
Panquesito7 2019-08-05 23:07:02 -05:00 committed by GitHub
parent b24e687c80
commit 6c0f492fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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