mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Entity: remove dead function
This commit is contained in:
parent
c872b120d0
commit
c6a5829a92
@ -1305,10 +1305,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function canTriggerWalking() : bool{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function resetFallDistance() : void{
|
public function resetFallDistance() : void{
|
||||||
$this->fallDistance = 0.0;
|
$this->fallDistance = 0.0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user