diff --git a/init.lua b/init.lua index 721939d..a586769 100644 --- a/init.lua +++ b/init.lua @@ -316,11 +316,13 @@ minetest.register_chatcommand("tpe", { minetest.register_chatcommand("tpy", { description = "Accept teleport requests from another player", + privs = {interact=true}, func = tpr_accept }) minetest.register_chatcommand("tpn", { description = "Deny teleport requests from another player", + privs = {interact=true}, func = tpr_deny })