From de69b246ec16529956c87360efcaa2e32acf61bb Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 13 Sep 2019 17:12:40 -0400 Subject: [PATCH] fix wrong priv --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 2d6292c..9b481cc 100644 --- a/api.lua +++ b/api.lua @@ -716,7 +716,7 @@ minetest.register_lbm({ minetest.register_chatcommand("regen_signs", { params = "", - privs = {sign_editor = true}, + privs = {server = true}, description = "Skims through all currently-loaded sign-bearing mapblocks, clears away any entities within each sign's node space, and regenerates their text entities, if any.", func = function(player_name, params) local allsigns = {}