Change digilines detector tube to send an item table instead of an item string

This commit is contained in:
Roger 2020-04-28 04:08:31 +01:00
rodič 99cb3a5d9d
revize 64fb90f3e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -80,7 +80,7 @@ if digiline_enabled and pipeworks.enable_digiline_detector_tube then
local setchan = meta:get_string("channel")
digiline:receptor_send(pos, digiline.rules.default, setchan, stack:to_string())
digiline:receptor_send(pos, digiline.rules.default, setchan, stack:to_table())
return pipeworks.notvel(pipeworks.meseadjlist, velocity)
end},