More luacheck tidying

This commit is contained in:
FaceDeer
2023-09-29 20:06:34 -06:00
parent f537af33bc
commit 058f13f6a4
39 changed files with 43 additions and 81 deletions

View File

@ -142,7 +142,6 @@ minetest.register_node("bubblesponge:stem", {
local tries = 0
while tries < 3 do
local this_node = minetest.get_node(pos).name
if minetest.get_node(pos).name == water_node then
minetest.set_node(pos, {name = "bubblesponge:frond"})
return