mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user