Fix privilege registration

This commit is contained in:
Benoît Rouits 2020-05-25 13:06:45 +02:00
parent 955c0c1bcd
commit 0171aa3c1d
1 changed files with 2 additions and 0 deletions

View File

@ -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",