overlooked a debug

This commit is contained in:
FaceDeer 2022-08-11 18:39:54 -06:00
parent a82e8b78f1
commit 4f0c572071

View File

@ -139,7 +139,6 @@ bones_loot.register_loot({
}) })
for flower_name, _ in pairs(mcl_flowers.registered_simple_flowers) do for flower_name, _ in pairs(mcl_flowers.registered_simple_flowers) do
minetest.debug("registering " .. flower_name)
bones_loot.register_loot({ bones_loot.register_loot({
{name = flower_name, chance = 0.1, count = {1,1}, types = {"underworld_warrior"}}, {name = flower_name, chance = 0.1, count = {1,1}, types = {"underworld_warrior"}},
}) })