This commit is contained in:
kepler155c
2018-11-15 12:17:50 -05:00
parent 560b9e42c9
commit 3e756abe42
10 changed files with 118 additions and 95 deletions

View File

@@ -124,7 +124,7 @@ local turtleLearnWizard = UI.Page {
}
function turtleLearnWizard:disable()
Milo:resumeCrafting()
Milo:resumeCrafting({ key = 'gridInUse' })
sync.release(turtle)
UI.Page.disable(self)
end