Fixed packet issues

This commit is contained in:
Shoghi Cervantes 2015-04-09 19:55:19 +02:00
parent 1ddd58fd3b
commit ac6e2f9bf7
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class AddPaintingPacket extends DataPacket{
public function encode(){
$this->reset();
$this->putLevel($this->eid);
$this->putLong($this->eid);
$this->putInt($this->x);
$this->putInt($this->y);
$this->putInt($this->z);