mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed EntityCombustEvent children using a different handlerList
This commit is contained in:
parent
b2ac959083
commit
6424934df6
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user