1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-11-15 15:00:37 +01:00

remove excessive indents

This commit is contained in:
BuckarooBanzay 2024-02-05 07:06:19 +01:00
parent c57d9a9d18
commit 33743b705e

View File

@ -978,7 +978,7 @@ for white = 0, 1 do
itemstring = stack:to_string(),
item = stack:to_table(),
velocity = velocity,
}, stack)
}, stack)
if not succ or type(msg) ~= "string" then
return go_back(velocity)
end