hmmm it's feature?

This commit is contained in:
repeat 2014-01-21 23:04:02 +03:00
parent bede216762
commit c7d33ee267

View File

@ -175,8 +175,8 @@ class Level{
$entities[] = array(
"id" => $entity->type,
"TileX" => $entity->x,
"TileX" => $entity->y,
"TileX" => $entity->z,
"TileY" => $entity->y,
"TileZ" => $entity->z,
"Health" => $entity->health,
"Motive" => $entity->data["Motive"],
"Pos" => array(
@ -508,4 +508,4 @@ class Level{
}
return $this->server->api->block->scheduleBlockUpdate($pos, $delay, $type);
}
}
}