Some cleanup and added missing strict types declare for EndRod

This commit is contained in:
Dylan K. Taylor
2017-08-19 11:11:49 +01:00
parent bedfca8698
commit 64f2e7587d
6 changed files with 2 additions and 18 deletions

View File

@ -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);
}
}