From a541aee3f36193952f98f6cbcc484c0ae429c1ad Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 9 Feb 2019 00:03:50 -0500 Subject: [PATCH] oops --- milo/MiloLocal.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/milo/MiloLocal.lua b/milo/MiloLocal.lua index eb842b9..5ebab71 100644 --- a/milo/MiloLocal.lua +++ b/milo/MiloLocal.lua @@ -152,7 +152,9 @@ end) Event.on('turtle_inventory', function() Milo:queueRequest({ }, function() - Milo:clearGrid() + if not Milo:isCraftingPaused() then + Milo:clearGrid() + end end) end)