diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index b7cc87b3b..25526a654 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1204,14 +1204,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade return []; } - public function setDataProperty($id, $type, $value, $send = true){ - if(parent::setDataProperty($id, $type, $value, $send)){ - return true; - } - - return false; - } - protected function checkGroundState($movX, $movY, $movZ, $dx, $dy, $dz){ if(!$this->onGround or $movY != 0){ $bb = clone $this->boundingBox;