mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Some cleanup and added missing strict types declare for EndRod
This commit is contained in:
@ -29,8 +29,4 @@ use pocketmine\event\Cancellable;
|
||||
class LeavesDecayEvent extends BlockEvent implements Cancellable{
|
||||
public static $handlerList = null;
|
||||
|
||||
public function __construct(Block $block){
|
||||
parent::__construct($block);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user