mirror of
https://github.com/minetest-mods/player_monoids.git
synced 2025-07-20 00:30:31 +02:00
Give privilege automatically to admin
The 'monoid_master' privilege is given to admin automatically.
This commit is contained in:
1
test.lua
1
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)
|
||||
|
Reference in New Issue
Block a user