From 5892da5d1bd567f5ab3652903525e4d604c108b2 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Wed, 24 Apr 2019 01:12:47 -0400 Subject: [PATCH] remove sneak on multiminer-temp --- common/multiMiner.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/multiMiner.lua b/common/multiMiner.lua index ca82dc2..b508b7d 100644 --- a/common/multiMiner.lua +++ b/common/multiMiner.lua @@ -539,14 +539,14 @@ function page:eventHandler(event) UI.Page.eventHandler(self, event) end -Event.onInterval(1, function() +Event.onInterval(5, function() if not abort and not paused then - local meta = scanner.getMetaOwner() - if meta.isSneaking then + --local meta = scanner.getMetaOwner() + --if meta.isSneaking then page:scan() - Sound.play('entity.bobber.throw', .6) - end + -- Sound.play('entity.bobber.throw', .6) + --end end end)