priv revoke overhaul

This commit is contained in:
BuckarooBanzay 2023-02-02 14:25:16 +01:00
parent 4cf38c997d
commit 0b6fc9269f
6 changed files with 84 additions and 61 deletions

View file

@ -18,6 +18,7 @@ dofile(MP.."/functions.lua")
dofile(MP.."/onboard.lua")
dofile(MP.."/join.lua")
dofile(MP.."/privs.lua")
dofile(MP.."/priv_revoke.lua")
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP.."/functions.spec.lua")