remove delprotect priv in favor of protection_bypass

This commit is contained in:
TenPlus1 2016-12-10 16:06:13 +00:00
parent 11f2f822dd
commit cfbe158cb2
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
-- older privelage for admins to rbypass protected nodes, do not use anymore
-- instead grant admin 'protection_bypass' privelage.
minetest.register_privilege("delprotect","Ignore player protection")
-- 'delprotect' priv removed, use 'protection_bypass' instead
--minetest.register_privilege("delprotect","Ignore player protection")
-- get minetest.conf settings
protector = {}