diff options
-rw-r--r-- | depends.txt | 2 | ||||
-rw-r--r-- | init.lua | 9 |
2 files changed, 0 insertions, 11 deletions
diff --git a/depends.txt b/depends.txt index 9023044..8a8d2a2 100644 --- a/depends.txt +++ b/depends.txt @@ -1,5 +1,3 @@ default -doors? -mobs? intllib? lucky_block?
\ No newline at end of file @@ -586,15 +586,6 @@ minetest.register_entity("protector:display", { textures = {"protector:display_node"}, timer = 0, - on_activate = function(self, staticdata) - - -- Xanadu server only - if (mobs and mobs.entity and mobs.entity == false) - or not self then - self.object:remove() - end - end, - on_step = function(self, dtime) self.timer = self.timer + dtime |