Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up).

This commit is contained in:
MW
2007-06-21 13:55:28 +00:00
parent cc75a6c83e
commit e647d9ec51
7 changed files with 20 additions and 25 deletions

View File

@@ -154,8 +154,8 @@ namespace OpenSim
mapReply.AgentData.Flags = 0;
mapReply.LayerData = new MapLayerReplyPacket.LayerDataBlock[1];
mapReply.LayerData[0] = new MapLayerReplyPacket.LayerDataBlock();
mapReply.LayerData[0].Bottom = 1;
mapReply.LayerData[0].Left = 1;
mapReply.LayerData[0].Bottom = 0;
mapReply.LayerData[0].Left = 0;
mapReply.LayerData[0].Top = 30000;
mapReply.LayerData[0].Right = 30000;
mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000006");