Fix recursion issue with new special item entity code.

This commit is contained in:
LexManos 2012-09-17 04:40:46 -07:00
parent e1c2a20e98
commit 61c21218e2

View file

@ -20,7 +20,7 @@ public class ForgeInternalHandler
{
entity.setDead();
event.setCanceled(true);
event.world.spawnEntityInWorld(entity);
event.world.spawnEntityInWorld(newEntity);
}
}
}