diff --git a/src/pocketmine/item/Bucket.php b/src/pocketmine/item/Bucket.php index ffe4faa62..3c7834350 100644 --- a/src/pocketmine/item/Bucket.php +++ b/src/pocketmine/item/Bucket.php @@ -30,7 +30,6 @@ use pocketmine\block\Liquid; use pocketmine\entity\Living; use pocketmine\event\player\PlayerBucketEmptyEvent; use pocketmine\event\player\PlayerBucketFillEvent; -use pocketmine\event\player\PlayerItemConsumeEvent; use pocketmine\math\Vector3; use pocketmine\Player;