Updated player movement processing and event handling

This commit is contained in:
Shoghi Cervantes
2014-11-29 12:43:34 +01:00
parent 3930f379cf
commit a72488d41e
2 changed files with 18 additions and 5 deletions

View File

@ -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;