add "damocles_center" priv

master
Thomas Rudin 2019-12-26 19:16:17 +01:00
parent d5373164e7
commit 4fb5c72ca0
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ minetest.register_privilege("damocles_builder", {
description = "can build games on the server",
})
minetest.register_privilege("damocles_center", {
description = "can build on the center platform",
})