remove sneak on multiminer-temp

This commit is contained in:
kepler155c@gmail.com
2019-04-24 01:12:47 -04:00
parent 36c75981d6
commit 5892da5d1b

View File

@@ -539,14 +539,14 @@ function page:eventHandler(event)
UI.Page.eventHandler(self, event) UI.Page.eventHandler(self, event)
end end
Event.onInterval(1, function() Event.onInterval(5, function()
if not abort and not paused then if not abort and not paused then
local meta = scanner.getMetaOwner() --local meta = scanner.getMetaOwner()
if meta.isSneaking then --if meta.isSneaking then
page:scan() page:scan()
Sound.play('entity.bobber.throw', .6) -- Sound.play('entity.bobber.throw', .6)
end --end
end end
end) end)