Removed entity mask

This commit is contained in:
Shoghi Cervantes
2015-04-09 14:23:37 +02:00
parent 0117e8dfae
commit f2e2cec024
4 changed files with 3 additions and 26 deletions

View File

@ -144,7 +144,7 @@ class Squid extends WaterAnimal implements Ageable{
public function spawnTo(Player $player){
$pk = new AddEntityPacket();
$pk->eid = $this->getId();
$pk->type = Squid::NETWORK_ID | $this->MASK;
$pk->type = Squid::NETWORK_ID;
$pk->x = $this->x;
$pk->y = $this->y;
$pk->z = $this->z;