mirror of
https://github.com/joe7575/techpack.git
synced 2024-12-25 23:17:36 +01:00
indentation corrected
This commit is contained in:
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user