1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-24 20:27:39 +00:00

builder upgrade

This commit is contained in:
kepler155c@gmail.com
2017-04-01 19:21:49 -04:00
parent 74e93068fb
commit 72bd16502b
14 changed files with 977 additions and 160 deletions

View File

@@ -14,7 +14,7 @@ end
Event.addHandler('peripheral', function(event, side)
if side then
local dev = Peripheral.addDevice(side)
local dev = Peripheral.addDevice(device, side)
if dev then
term.setTextColor(attachColor)
Util.print('[%s] %s attached', dev.side, dev.name)