v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
local computer = import("computer")
|
||||
local event = {}
|
||||
|
||||
--local ocelot = component.proxy(component.list("ocelot")())
|
||||
@@ -50,4 +51,4 @@ function event.pull(...)
|
||||
until false -- Loop until we find an event or timeout
|
||||
end
|
||||
|
||||
return event
|
||||
return event
|
||||
|
||||
Reference in New Issue
Block a user