remove excessive indents

This commit is contained in:
BuckarooBanzay 2024-02-05 07:06:19 +01:00
parent c57d9a9d18
commit 33743b705e
1 changed files with 1 additions and 1 deletions

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