mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-21 19:04:15 +00:00
EntityExplodeEvent: Fixed accidental BC break introduced by #6646
thanks @Yexeed
This commit is contained in:
parent
0e511ff783
commit
04494e845c
@ -51,7 +51,7 @@ class EntityExplodeEvent extends EntityEvent implements Cancellable{
|
||||
protected Position $position,
|
||||
protected array $blocks,
|
||||
protected float $yield,
|
||||
private array $ignitions
|
||||
private array $ignitions = []
|
||||
){
|
||||
$this->entity = $entity;
|
||||
if($yield < 0.0 || $yield > 100.0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user