mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02:00
change digilines:receptor_send -> digilines.receptor_send (#160)
This commit is contained in:
@ -89,7 +89,7 @@ if digiline_enabled and pipeworks.enable_digiline_detector_tube then
|
||||
|
||||
local setchan = meta:get_string("channel")
|
||||
|
||||
digilines:receptor_send(pos, digilines.rules.default, setchan, stack:to_table())
|
||||
digilines.receptor_send(pos, digilines.rules.default, setchan, stack:to_table())
|
||||
|
||||
return pipeworks.notvel(pipeworks.meseadjlist, velocity)
|
||||
end},
|
||||
|
Reference in New Issue
Block a user