Give privilege automatically to admin

The 'monoid_master' privilege is given to admin automatically.
This commit is contained in:
Panquesito7 2019-10-17 13:37:03 -05:00
parent 4df04550e3
commit 1e12f0e293
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
1 changed files with 1 additions and 0 deletions

View File

@ -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)