mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Updated player movement processing and event handling
This commit is contained in:
@ -90,9 +90,9 @@ abstract class Entity extends Location implements Metadatable{
|
||||
|
||||
protected $lastDamageCause = null;
|
||||
|
||||
public $lastX;
|
||||
public $lastY;
|
||||
public $lastZ;
|
||||
public $lastX = null;
|
||||
public $lastY = null;
|
||||
public $lastZ = null;
|
||||
|
||||
public $motionX;
|
||||
public $motionY;
|
||||
|
Reference in New Issue
Block a user