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)