mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Fixed Entity->setMotion() for Players
This commit is contained in:
parent
696ba08a81
commit
44dfb59409
@ -1199,7 +1199,7 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
|
|
||||||
if(!$this->justCreated){
|
if(!$this->justCreated){
|
||||||
if($this instanceof Player){
|
if($this instanceof Player){
|
||||||
$this->addEntityMotion(0, $this->motionX, $this->motionY, $this->motionZ);
|
$this->addEntityMotion($this->getId(), $this->motionX, $this->motionY, $this->motionZ);
|
||||||
}
|
}
|
||||||
$this->updateMovement();
|
$this->updateMovement();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user