mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-07 02:20:34 +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.
|
||||
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