mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Merge pull request #1007 from InusualZ/fix
Fixed Event "entity.explosion"
This commit is contained in:
commit
1eab1e382a
@ -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