readd removal cause for thrown eggs
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
+ if (!super.hurtServer(level, damageSource, amount)) return false; // CraftBukkit - Only stop pollinating if entity was damaged
|
||||
this.beePollinateGoal.stopPollinating();
|
||||
- return super.hurtServer(level, damageSource, amount);
|
||||
+ return true; // CraftBukkit - Only stop pollinating if entity was damaged
|
||||
+ return true; // CraftBukkit - Only stop pollinating if entity was damaged
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user