From 91dc1c7bcae999c918c75f648effb86f2be6e725 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 30 Dec 2012 04:33:32 +0000 Subject: [PATCH] fixed another invalid spawner name --- mobf/mobf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobf/mobf.lua b/mobf/mobf.lua index f52ac98..438f280 100644 --- a/mobf/mobf.lua +++ b/mobf/mobf.lua @@ -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