mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed items doing crazy things
This commit is contained in:
@ -71,6 +71,10 @@ class FallingSand extends Entity{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function attack($damage, EntityDamageEvent $source){
|
||||
|
||||
}
|
||||
|
||||
public function onUpdate($currentTick){
|
||||
|
||||
if($this->closed){
|
||||
|
Reference in New Issue
Block a user