[Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333

This commit is contained in:
feildmaster 2012-03-25 04:41:59 -05:00 committed by Warren Loo
parent e66159e21d
commit f1a235dcba

View File

@ -89,7 +89,7 @@ public class EntityOcelot extends EntityTameableAnimal {
}
protected int getLootId() {
return Item.LEATHER.id;
return 0; // CraftBukkit - Item.LEATHER.id -> 0
}
public boolean a(Entity entity) {