transition to kernel

This commit is contained in:
kepler155c
2018-01-20 07:19:32 -05:00
parent 40da3f1683
commit 663d8c3696
9 changed files with 3 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ local Util = require('util')
local colors = _G.colors
local fs = _G.fs
local multishell = _ENV.multishell
local BUILDER_DIR = 'usr/builder'
@@ -748,8 +747,6 @@ if not Builder.itemAdapter then
error('A chest or ME interface must be below turtle')
end
multishell.setTitle(multishell.getCurrent(), 'Builder')
subDB:load()
UI.term:reset()