This commit is contained in:
kepler155c@gmail.com
2019-02-09 00:03:50 -05:00
parent a12b25cda8
commit a541aee3f3

View File

@@ -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)