SPIGOT-5301: BlockIgniteEvent for campfire + arrow
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user