Fixed Event "entity.explosion"

The event don't listen to the handler
This commit is contained in:
InusualZ 2013-12-16 19:42:35 -05:00
parent b457e63d20
commit 351ac0d7af

View File

@ -46,7 +46,7 @@ class Explosion{
"level" => $this->level,
"source" => $this->source,
"size" => $this->size
))){
)) === false){
return false;
}