Merge pull request #2584 from Corosauce/1.9
Fix for patch targetting the wrong field to change for failed pathfinding penalty
This commit is contained in:
commit
3d7a16d32e
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
+ if (--this.field_75445_i <= 0)
|
||||
+ {
|
||||
+ this.field_75438_g = this.field_75441_b.func_70661_as().func_75494_a(entitylivingbase);
|
||||
+ this.field_151497_i = 4 + this.field_75441_b.func_70681_au().nextInt(7);
|
||||
+ this.field_75445_i = 4 + this.field_75441_b.func_70681_au().nextInt(7);
|
||||
+ return this.field_75438_g != null;
|
||||
+ }
|
||||
+ else
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
+ if (this.canPenalize)
|
||||
+ {
|
||||
+ this.field_151497_i += failedPathFindingPenalty;
|
||||
+ this.field_75445_i += failedPathFindingPenalty;
|
||||
+ if (this.field_75441_b.func_70661_as().func_75505_d() != null)
|
||||
+ {
|
||||
+ net.minecraft.pathfinding.PathPoint finalPathPoint = this.field_75441_b.func_70661_as().func_75505_d().func_75870_c();
|
||||
|
|
Loading…
Reference in a new issue