Bugfix from last patch to farm_control.lua
This commit is contained in:
parent
7f929c2cc8
commit
f567051d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ function send_machine (relay_and_side)
|
|||
local RELAY_COMMAND = "setOutput"
|
||||
local relay, side = relay_and_side:match"(.+):(.+)"
|
||||
peripheral.call(relay, RELAY_COMMAND, side, true)
|
||||
os.sleep(HARVESTER_SIGNAL_TIME)
|
||||
os.sleep(SIGNAL_TIME)
|
||||
peripheral.call(relay, RELAY_COMMAND, side, false)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue