From c6a5829a9222d0a48542a57e44284c8429fa9223 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 3 Feb 2019 14:23:55 +0000 Subject: [PATCH] Entity: remove dead function --- src/pocketmine/entity/Entity.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index f6f80e870..91fdb1586 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -1305,10 +1305,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{ ); } - public function canTriggerWalking() : bool{ - return true; - } - public function resetFallDistance() : void{ $this->fallDistance = 0.0; }