Merge 'minor-next' into 'major-next'

Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/15789835501
This commit is contained in:
pmmp-admin-bot[bot] 2025-06-21 00:02:58 +00:00
commit e4b6f96535

View File

@ -51,7 +51,7 @@ class EntityExplodeEvent extends EntityEvent implements Cancellable{
protected Position $position, protected Position $position,
protected array $blocks, protected array $blocks,
protected float $yield, protected float $yield,
private array $ignitions private array $ignitions = []
){ ){
$this->entity = $entity; $this->entity = $entity;
if($yield < 0.0 || $yield > 100.0){ if($yield < 0.0 || $yield > 100.0){