SPIGOT-5301: BlockIgniteEvent for campfire + arrow

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-09-02 13:14:13 +10:00
parent 84d9696c39
commit 147ff6b1e3
2 changed files with 17 additions and 0 deletions

View File

@@ -1173,6 +1173,9 @@ public class CraftEventFactory {
case FIREBALL:
cause = IgniteCause.FIREBALL;
break;
case ARROW:
cause = IgniteCause.ARROW;
break;
default:
cause = IgniteCause.FLINT_AND_STEEL;
}