From 1e12f0e293b568a1cf735a177c8114c7fd80da05 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Thu, 17 Oct 2019 13:37:03 -0500 Subject: [PATCH] Give privilege automatically to admin The 'monoid_master' privilege is given to admin automatically. --- test.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test.lua b/test.lua index f006d86..1b8d2da 100644 --- a/test.lua +++ b/test.lua @@ -4,6 +4,7 @@ local speed = player_monoids.speed minetest.register_privilege("monoid_master", { description = "Allows testing of player monoids.", give_to_singleplayer = false, + give_to_admin = true, }) local function test(player)