Skip to content

Commit

Permalink
try a hail marry
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Jul 28, 2024
1 parent cbcd2dd commit 5137649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/fl_stairs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ end)
minetest.register_on_mods_loaded(function()
--minetest.after(0, function()
minetest.log("error", "stair loop starting!!!")
for nodename, node in pairs(minetest.registered_items) do
local registered_items_copy = table.copy(minetest.registered_items)
for nodename, node in pairs(registered_items_copy) do
if string.find(nodename, "fl_stone") then
minetest.log("error", nodename)
end
Expand Down

0 comments on commit 5137649

Please sign in to comment.