fix: bad starting index
This commit is contained in:
@@ -345,7 +345,7 @@ function turtlesCommand()
|
||||
return
|
||||
end
|
||||
|
||||
for i=0, #turtles, 1 do
|
||||
for i=1, #turtles, 1 do
|
||||
local turt = turtles[i]
|
||||
|
||||
local turtleMessage = ("coords: %x, %x, %x - fuel: %d - channel: %d - id: %d - status: %s"):format(turt.position[1],
|
||||
|
||||
Reference in New Issue
Block a user