remove sneak on multiminer-temp
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user