mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Remove useless override
This commit is contained in:
@ -1204,14 +1204,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
|||||||
return [];
|
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){
|
protected function checkGroundState($movX, $movY, $movZ, $dx, $dy, $dz){
|
||||||
if(!$this->onGround or $movY != 0){
|
if(!$this->onGround or $movY != 0){
|
||||||
$bb = clone $this->boundingBox;
|
$bb = clone $this->boundingBox;
|
||||||
|
Reference in New Issue
Block a user