fixed another invalid spawner name

This commit is contained in:
sapier 2012-12-30 04:33:32 +00:00
parent 69591b2283
commit 91dc1c7bca

View File

@ -533,7 +533,7 @@ function mobf.blacklisthandling(mob)
mobf_spawn_algorithms[mob.spawning.algorithm] ~= nil and
type(mobf_spawn_algorithms[mob.spawning.algorithm].register_cleanup) == "function" then
mobf_spawn_algorithms[mob.spawning.algorithm].register_cleanup(mob.name)
mobf_spawn_algorithms[mob.spawning.algorithm].register_cleanup(mob.modname.. ":" .. mob.name)
if mob.spawning.algorithm_secondary ~= nil and
type(mobf_spawn_algorithms.register_spawn[mob.spawning.algorithm_secondary].register_cleanup) == "function" then