diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 14f9dc0..0a17b2f 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -2551,7 +2551,7 @@ namespace OpenSim.Region.ClientStack | |||
2551 | mapReply.LayerData[0].Left = 0; | 2551 | mapReply.LayerData[0].Left = 0; |
2552 | mapReply.LayerData[0].Top = 30000; | 2552 | mapReply.LayerData[0].Top = 30000; |
2553 | mapReply.LayerData[0].Right = 30000; | 2553 | mapReply.LayerData[0].Right = 30000; |
2554 | mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 2554 | mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); |
2555 | OutPacket(mapReply, ThrottleOutPacketType.Land); | 2555 | OutPacket(mapReply, ThrottleOutPacketType.Land); |
2556 | } | 2556 | } |
2557 | 2557 | ||