diff --git a/stairsplus/init.lua b/stairsplus/init.lua index 2a959c0..44f5972 100644 --- a/stairsplus/init.lua +++ b/stairsplus/init.lua @@ -18,7 +18,7 @@ and minetest.setting_getbool("creative_mode") then end function stairsplus:prepare_groups(groups) - result = {} + local result = {} if groups then for k, v in pairs(groups) do if k ~= "wood" and k ~= "stone" then