fixed error

This commit is contained in:
ChaosWormz 2014-07-26 09:54:37 +03:00
parent bf94003964
commit bb4fc51090

@ -121,7 +121,7 @@ local function tpr_accept(name, param)
--Check to prevent constant teleporting.
if tpr_list[name] == nil and tphr_list[name] == nil then
minetest.chat_send_player(name, "Usage: /tpaccept allows you to accept teleport requests sent to you by other players")
minetest.chat_send_player(name, "Usage: /tpy allows you to accept teleport requests sent to you by other players")
return
end