Remove white spaces

This commit is contained in:
José Douglas da Silva Souza 2024-05-13 05:12:06 -03:00 committed by GitHub
parent 54ee1670e3
commit c82bd2a236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -50,13 +50,13 @@ for i in ipairs (butter_list) do
if minetest.is_protected(pos, player_name) or minetest.is_protected(pointed_thing.under, player_name) then
return
end
local _, sucess = minetest.item_place(itemstack, placer, pointed_thing)
if sucess then
minetest.get_node_timer(pos):start(1)
end
return itemstack
end,
on_timer = function(pos, elapsed)
@ -86,13 +86,13 @@ for i in ipairs (butter_list) do
if minetest.is_protected(pos, player_name) or minetest.is_protected(pointed_thing.under, player_name) then
return
end
local _, sucess = minetest.item_place(itemstack, placer, pointed_thing)
if sucess then
minetest.get_node_timer(pos):start(1)
end
return itemstack
end,
on_timer = function(pos, elapsed)