mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-07 21:47:30 +01:00
fixed error
This commit is contained in:
parent
bf94003964
commit
bb4fc51090
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user