mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added strength, weakness, resistance effects, fixed entity area
This commit is contained in:
@ -71,10 +71,6 @@ class FallingSand extends Entity{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getData(){
|
||||
return [];
|
||||
}
|
||||
|
||||
public function onUpdate($currentTick){
|
||||
|
||||
if($this->closed){
|
||||
|
Reference in New Issue
Block a user