Chunk parsing...

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-08 23:51:39 +01:00
parent cef574015f
commit cf3aa79c54
7 changed files with 127 additions and 7 deletions

View File

@ -325,12 +325,12 @@ class Session{
array(
"id" => MC_ADD_ITEM_ENTITY,
"eid" => $entity->eid,
"type" => $entity->type,
"x" => $entity->position["x"],
"y" => $entity->position["y"],
"z" => $entity->position["z"],
"block" => 10,
"meta" => 0,
"stack" => 1,
),
));
++$this->counter[0];