mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Basic entity motion on water
This commit is contained in:
@ -65,7 +65,7 @@ class FallingBlock extends Entity{
|
||||
public function onUpdate(){
|
||||
$this->entityBaseTick();
|
||||
|
||||
if($this->closed !== false){
|
||||
if($this->closed or $this->dead){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user