From ceef3110d7b086d4cff7739426a39d3ef2ea534c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 5 Dec 2018 14:09:19 +0000 Subject: [PATCH] Remove dead function --- src/pocketmine/block/Air.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pocketmine/block/Air.php b/src/pocketmine/block/Air.php index 8451e5a19..e7a11e0ea 100644 --- a/src/pocketmine/block/Air.php +++ b/src/pocketmine/block/Air.php @@ -42,10 +42,6 @@ class Air extends Transparent{ return "Air"; } - public function canPassThrough() : bool{ - return true; - } - public function isBreakable(Item $item) : bool{ return false; }