mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed EntityCombustEvent children using a different handlerList
This commit is contained in:
@ -25,7 +25,6 @@ use pocketmine\block\Block;
|
||||
use pocketmine\entity\Entity;
|
||||
|
||||
class EntityCombustByBlockEvent extends EntityCombustEvent{
|
||||
public static $handlerList = null;
|
||||
|
||||
protected $combuster;
|
||||
|
||||
|
@ -24,7 +24,6 @@ namespace pocketmine\event\entity;
|
||||
use pocketmine\entity\Entity;
|
||||
|
||||
class EntityCombustByEntityEvent extends EntityCombustEvent{
|
||||
public static $handlerList = null;
|
||||
|
||||
protected $combuster;
|
||||
|
||||
|
Reference in New Issue
Block a user