mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-26 13:19:55 +00:00
Merge 'minor-next' into 'major-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/15789835501
This commit is contained in:
commit
e4b6f96535
@ -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){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user