mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Fixed Event "entity.explosion"
The event don't listen to the handler
This commit is contained in:
parent
b457e63d20
commit
351ac0d7af
@ -46,7 +46,7 @@ class Explosion{
|
|||||||
"level" => $this->level,
|
"level" => $this->level,
|
||||||
"source" => $this->source,
|
"source" => $this->source,
|
||||||
"size" => $this->size
|
"size" => $this->size
|
||||||
))){
|
)) === false){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user