diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-10 16:06:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-10 16:06:13 +0000 |
commit | cfbe158cb26b6280c9c07c1bbd1862ccd1b95414 (patch) | |
tree | 9afaf308740cc7fdb5da6e61b0b8c494048824a3 | |
parent | 11f2f822dd59740af9854a67d01974d261632db9 (diff) |
remove delprotect priv in favor of protection_bypass
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = {} |