mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-31 23:33:06 +00:00
Remove useless override
This commit is contained in:
parent
869721a8ee
commit
035084a5ac
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user