13 lines
637 B
Diff
13 lines
637 B
Diff
diff -r -U 3 minecraft\net\minecraft\entity\monster\EntityEnderman.java minecraft_patched\net\minecraft\entity\monster\EntityEnderman.java
|
|
--- minecraft\net\minecraft\entity\monster\EntityEnderman.java
|
|
+++ minecraft_patched\net\minecraft\entity\monster\EntityEnderman.java
|
|
@@ -359,7 +359,7 @@
|
|
public void func_75246_d() {
|
|
if (this.field_179448_g != null) {
|
|
if (--this.field_179450_h <= 0) {
|
|
- this.field_75309_a = (T)this.field_179448_g;
|
|
+ this.field_75309_a = this.field_179448_g;
|
|
this.field_179448_g = null;
|
|
super.func_75249_e();
|
|
}
|