mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-08 22:17:27 +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.
|
--Check to prevent constant teleporting.
|
||||||
|
|
||||||
if tpr_list[name] == nil and tphr_list[name] == nil then
|
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
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user