better startup

This commit is contained in:
kepler155c
2017-09-26 01:37:27 -04:00
parent 08acd126c8
commit 8078a1cfdb
4 changed files with 8 additions and 10 deletions

View File

@@ -20,11 +20,6 @@ if Util.getVersion() == 1.8 then
ChestAdapter = require('chestAdapter18')
end
if not _G.device then
local Opus = require('opus')
Opus.loadExtensions()
end
local BUILDER_DIR = 'usr/builder'
local schematic = Schematic()