Fix whitespace formatting

This commit is contained in:
afkplayer5000
2021-01-16 14:14:20 -07:00
committed by GitHub
parent 5c7d5b2cc3
commit 11a25600e4

View File

@ -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