Undo debug.txt spam from mob spawning

This commit is contained in:
jordan4ibanez 2021-04-22 18:20:58 -04:00
parent d0d128c1d8
commit 31a791c33b
1 changed files with 2 additions and 2 deletions

View File

@ -665,12 +665,12 @@ if mobs_spawn then
--found a mob, exit out of loop
if not skip then
minetest.log("warning", "found mob:"..temp_def.name)
--minetest.log("warning", "found mob:"..temp_def.name)
--print("found mob:"..temp_def.name)
mob_def = table_copy(temp_def)
break
else
minetest.log("warning", "deleting temp index "..temp_index)
--minetest.log("warning", "deleting temp index "..temp_index)
--print("deleting temp index")
table_remove(mob_library_worker_table, temp_index)
end