3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

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

Dieser Commit ist enthalten in:
feildmaster 2012-03-25 04:41:59 -05:00 committet von Warren Loo
Ursprung e66159e21d
Commit f1a235dcba

Datei anzeigen

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