diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-13 12:10:52 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-13 12:10:52 +0000 |
commit | 9387e6f0b7a61f21d525d0dc086f69c600aa4fab (patch) | |
tree | f62656f7ec2e471290aa08acf65e372f3977503d /init.lua | |
parent | fdfec1fd4a6fcb98cbef3b33850082ca5500857e (diff) |
added delprot command to remove protectors in bulk from banned/old players
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |