mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Added block cloning fix
This commit is contained in:
@@ -415,7 +415,7 @@ class Entity extends Position{
|
||||
}
|
||||
|
||||
if($support === false){
|
||||
$this->speedY -= ($this->class === ENTITY_FALLING ? 16:32) * $tdiff;
|
||||
$this->speedY -= ($this->class === ENTITY_FALLING ? 18:32) * $tdiff;
|
||||
$update = true;
|
||||
}elseif($this->speedY <= 0.1){
|
||||
$this->speedX = 0;
|
||||
|
Reference in New Issue
Block a user