Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controller.lua
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ function mooncontroller.set_program(pos, code)
return mooncontroller.run(pos, {type="program"})
end

local function on_construct()
reset_meta()
local function on_construct(pos)
reset_meta(pos)
end

for a = 0, 1 do -- 0 = off 1 = on
Expand Down
Loading