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