From 0171aa3c1d2a9c66fcd76f45720dca4f9688c60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Rouits?= Date: Mon, 25 May 2020 13:06:45 +0200 Subject: [PATCH] Fix privilege registration --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 35ed124..203b1a1 100644 --- a/init.lua +++ b/init.lua @@ -31,6 +31,8 @@ function ssb_send(player, key, message) end end +minetest.register_privilege("ssb", "Ability to chat through Scuttlebutt") + minetest.register_chatcommand("ssb", { params = "<@key> [message]", description = "Scuttlebutt Chat",