forked from mtcontrib/signs_lib
fix wrong priv
This commit is contained in:
parent
e2d522373d
commit
de69b246ec
2
api.lua
2
api.lua
@ -716,7 +716,7 @@ minetest.register_lbm({
|
|||||||
|
|
||||||
minetest.register_chatcommand("regen_signs", {
|
minetest.register_chatcommand("regen_signs", {
|
||||||
params = "",
|
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.",
|
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)
|
func = function(player_name, params)
|
||||||
local allsigns = {}
|
local allsigns = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user