mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Entity: remove dead function
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user