forked from mtcontrib/pipeworks
Fix typo
This commit is contained in:
parent
15db1d23cc
commit
bf6fe237de
@ -254,7 +254,7 @@ local function go_next(pos, velocity, stack)
|
|||||||
local tube_priority = (tube_def and tube_def.priority) or 100
|
local tube_priority = (tube_def and tube_def.priority) or 100
|
||||||
if tubedevice > 0 and tube_priority >= max_priority then
|
if tubedevice > 0 and tube_priority >= max_priority then
|
||||||
if not tube_def or not tube_def.can_insert or
|
if not tube_def or not tube_def.can_insert or
|
||||||
tubedef.can_insert(npos, node, stack, vect) then
|
tube_def.can_insert(npos, node, stack, vect) then
|
||||||
if tube_priority > max_priority then
|
if tube_priority > max_priority then
|
||||||
max_priority = tube_priority
|
max_priority = tube_priority
|
||||||
next_positions = {}
|
next_positions = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user