update notice mod

master
Vanessa Ezekowitz 2014-06-03 16:15:21 -04:00
parent 8e1a77925c
commit 7675f4dbdd
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
minetest.register_privilege("notice", "Able to show notices to players.")
minetest.register_chatcommand("notice", {
params = "<player> <text>",
privs = { notice=true, },
@ -27,4 +30,4 @@ minetest.register_chatcommand("notice", {
minetest.show_formspec(target, "notice:notice", fs)
end)
end,
})
})