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

Fixed bad cast in EntityItem

Dieser Commit ist enthalten in:
Dinnerbone 2011-02-23 09:17:30 +00:00
Ursprung b8023ac3fa
Commit f622db3ea1

Datei anzeigen

@ -202,7 +202,7 @@ public class EntityItem extends Entity {
if (!event.isCancelled() && entityhuman.inventory.a(this.a)) {
this.world.a(this, "random.pop", 0.2F, ((this.random.nextFloat() - this.random.nextFloat()) * 0.7F + 1.0F) * 2.0F);
entityhuman.c(this, i);
entityhuman.b(this, i);
this.C();
}
}