Skip to content

Commit 04494e8

Browse files
authored
EntityExplodeEvent: Fixed accidental BC break introduced by #6646
thanks @Yexeed
1 parent 0e511ff commit 04494e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/entity/EntityExplodeEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
protected Position $position,
5252
protected array $blocks,
5353
protected float $yield,
54-
private array $ignitions
54+
private array $ignitions = []
5555
){
5656
$this->entity = $entity;
5757
if($yield < 0.0 || $yield > 100.0){

0 commit comments

Comments
 (0)