fix digilines "get" command not working

master
OgelGames 2022-01-11 19:07:36 +11:00
parent 85388696c7
commit 5edebccdb0
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ local function digiline_receive(pos, _, channel, msg)
end
telemosaic.digilines = {
receptor = {},
effector = {
action = digiline_receive
}