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