mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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,
|
||||
"source" => $this->source,
|
||||
"size" => $this->size
|
||||
))){
|
||||
)) === false){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user