indentation corrected

This commit is contained in:
Joachim Stolberg 2018-08-16 13:23:49 +02:00
parent 38f78f49a7
commit 24c5c9d1de

@ -246,8 +246,8 @@ topic related payload.
local items = tubelib.pull_items(pos, "L", player_name)
if items ~= nil then
if tubelib.push_items(pos, "R", items, player_name) == false then
tubelib.unpull_items(pos, "L", items, player_name)
end
tubelib.unpull_items(pos, "L", items, player_name)
end
end
```