Improve area_faction_open

This commit is contained in:
Supergoat666
2020-08-18 13:57:18 +02:00
parent 04961bee69
commit b21e1891c2
4 changed files with 19 additions and 25 deletions

View File

@ -22,10 +22,12 @@ dofile(areas.modpath.."/hud.lua")
areas:load()
minetest.register_privilege("areas", {
description = "Can administer areas."
description = "Can administer areas.",
give_to_singleplayer = false
})
minetest.register_privilege("areas_high_limit", {
description = "Can protect more, bigger areas."
description = "Can protect more, bigger areas.",
give_to_singleplayer = false
})
if not minetest.registered_privileges[areas.config.self_protection_privilege] then