More packets changed, unique IDs D:

This commit is contained in:
Shoghi Cervantes
2015-02-11 12:36:01 +01:00
parent 2175d7922a
commit d80b8524fb
25 changed files with 65 additions and 137 deletions

View File

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