Updated some entity metadata properties

This commit is contained in:
Dylan K. Taylor
2019-04-08 14:42:33 +01:00
parent e9a87978a6
commit 95313e0a90
3 changed files with 33 additions and 20 deletions

View File

@ -70,13 +70,6 @@ use const INT32_MIN;
class Human extends Creature implements ProjectileSource, InventoryHolder{
public const DATA_PLAYER_FLAG_SLEEP = 1;
public const DATA_PLAYER_FLAG_DEAD = 2; //TODO: CHECK
public const DATA_PLAYER_FLAGS = 26;
public const DATA_PLAYER_BED_POSITION = 28;
/** @var PlayerInventory */
protected $inventory;