mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-04-20 02:40:33 +02:00
Apply suggestions from code review
This commit is contained in:
parent
1cf9a197bb
commit
25450416f4
@ -159,7 +159,7 @@ function circular_saw:update_inventory(pos, amount)
|
|||||||
self:reset(pos)
|
self:reset(pos)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
-- Determine the kind of stairs from either the normal block or micro block.
|
-- Determine the kind of stairs from either the normal block or micro block.
|
||||||
local stack = inv:get_stack("input", 1)
|
local stack = inv:get_stack("input", 1)
|
||||||
local node_name = ""
|
local node_name = ""
|
||||||
if stack:is_empty() then
|
if stack:is_empty() then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user