Merge pull request #1099 from repeat83/patch-1

Fixed invalid indexes for Tile Entities
This commit is contained in:
Shoghi Cervantes 2014-01-21 12:28:55 -08:00
commit e659f435df

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(