fix wrong priv

This commit is contained in:
Vanessa Dannenberg 2019-09-13 17:12:40 -04:00
parent e2d522373d
commit de69b246ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}