From 5edebccdb0cb8bec4df2025203f4015726e197d3 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Tue, 11 Jan 2022 19:07:36 +1100 Subject: [PATCH] fix digilines "get" command not working --- digilines.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/digilines.lua b/digilines.lua index eda96a9..c582a99 100644 --- a/digilines.lua +++ b/digilines.lua @@ -74,6 +74,7 @@ local function digiline_receive(pos, _, channel, msg) end telemosaic.digilines = { + receptor = {}, effector = { action = digiline_receive }