Fixed EntityCombustEvent children using a different handlerList

This commit is contained in:
Shoghi Cervantes 2014-10-09 14:40:52 +02:00
parent b2ac959083
commit 6424934df6
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ use pocketmine\block\Block;
use pocketmine\entity\Entity;
class EntityCombustByBlockEvent extends EntityCombustEvent{
public static $handlerList = null;
protected $combuster;

View File

@ -24,7 +24,6 @@ namespace pocketmine\event\entity;
use pocketmine\entity\Entity;
class EntityCombustByEntityEvent extends EntityCombustEvent{
public static $handlerList = null;
protected $combuster;