fix: bad formatting
This commit is contained in:
@@ -348,7 +348,7 @@ function turtlesCommand()
|
||||
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],
|
||||
local turtleMessage = ("coords: %d, %d, %d - fuel: %d - channel: %d - id: %d - status: %s"):format(turt.position[1],
|
||||
turt.position[2], turt.position[3], turt.fuel, turt.channel, turt.id, turt.status)
|
||||
|
||||
log.info(turtleMessage)
|
||||
|
||||
Reference in New Issue
Block a user