Fix whitespace formatting

This commit is contained in:
afkplayer5000 2021-01-16 14:14:20 -07:00 committed by GitHub
parent 5c7d5b2cc3
commit 11a25600e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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