mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-06 18:10:36 +02:00
Fix whitespace formatting
This commit is contained in:
@ -339,7 +339,7 @@ function circular_saw.on_metadata_inventory_take(
|
|||||||
|
|
||||||
-- Prevent arbitrary item duplication.
|
-- Prevent arbitrary item duplication.
|
||||||
inv:remove_item(listname, input_stack)
|
inv:remove_item(listname, input_stack)
|
||||||
|
|
||||||
if player_inv:room_for_item("main", input_stack) then
|
if player_inv:room_for_item("main", input_stack) then
|
||||||
player_inv:add_item("main", input_stack)
|
player_inv:add_item("main", input_stack)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user