[SPIGOT-485] Explosions no longer move Primed TNT entities. Created: 27/Jan/15 Updated: 27/Jan/15 Resolved: 27/Jan/15 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | swifteh | Assignee: | md_5 |
Resolution: | Fixed | Votes: | 1 |
Labels: | Craftbukkit |
Description |
Explosions are no longer pushing primed TNT. This was introduced in craftbukkit commit c8f17232cf6 and appears to be because the below always returns false: boolean wasDamaged = entity.damageEntity(DamageSource.explosion(this), (float) ((int) ((d13 * d13 + d13) / 2.0D * 8.0D * (double) f3 + 1.0D))); |