mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +01:00
SPIGOT-6517: Spider jockey crash on dripstone
By: md_5 <git@md-5.net>
This commit is contained in:
parent
536256d6ff
commit
22217fefcd
1 changed files with 0 additions and 1 deletions
|
@ -876,7 +876,6 @@ public class CraftEventFactory {
|
|||
} else if (blockDamage != null) {
|
||||
DamageCause cause = null;
|
||||
Block damager = blockDamage;
|
||||
blockDamage = null;
|
||||
if (source == DamageSource.CACTUS || source == DamageSource.SWEET_BERRY_BUSH || source == DamageSource.STALAGMITE) {
|
||||
cause = DamageCause.CONTACT;
|
||||
} else if (source == DamageSource.HOT_FLOOR) {
|
||||
|
|
Loading…
Reference in a new issue