summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-13 12:10:52 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-13 12:10:52 +0000
commit9387e6f0b7a61f21d525d0dc086f69c600aa4fab (patch)
treef62656f7ec2e471290aa08acf65e372f3977503d /init.lua
parentfdfec1fd4a6fcb98cbef3b33850082ca5500857e (diff)
added delprot command to remove protectors in bulk from banned/old players
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 5426ab0..bffe6d8 100644
--- a/init.lua
+++ b/init.lua
@@ -499,5 +499,6 @@ minetest.register_node("protector:display_node", {
dofile(minetest.get_modpath("protector") .. "/doors_chest.lua")
dofile(minetest.get_modpath("protector") .. "/pvp.lua")
+dofile(minetest.get_modpath("protector") .. "/admin.lua")
print ("[MOD] Protector Redo loaded") \ No newline at end of file