fix metadata properties for new beta

there are more things than this, but I don't have time to figure them all out.
This commit is contained in:
Dylan K. Taylor
2018-03-22 19:54:01 +00:00
parent ebaef89e06
commit 526f05631e
2 changed files with 82 additions and 81 deletions

View File

@ -52,9 +52,9 @@ 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 = 27;
public const DATA_PLAYER_FLAGS = 26;
public const DATA_PLAYER_BED_POSITION = 29;
public const DATA_PLAYER_BED_POSITION = 28;
/** @var PlayerInventory */
protected $inventory;