mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-05 09:40:33 +02:00
remove excessive indents
This commit is contained in:
@ -978,7 +978,7 @@ for white = 0, 1 do
|
|||||||
itemstring = stack:to_string(),
|
itemstring = stack:to_string(),
|
||||||
item = stack:to_table(),
|
item = stack:to_table(),
|
||||||
velocity = velocity,
|
velocity = velocity,
|
||||||
}, stack)
|
}, stack)
|
||||||
if not succ or type(msg) ~= "string" then
|
if not succ or type(msg) ~= "string" then
|
||||||
return go_back(velocity)
|
return go_back(velocity)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user