diff options
author | Sean Dague | 2008-03-14 18:09:20 +0000 |
---|---|---|
committer | Sean Dague | 2008-03-14 18:09:20 +0000 |
commit | 01faa86c1a05381890bcbb859e55577fae436425 (patch) | |
tree | 856a62521a46d3138730628c0fc8218714e83586 /OpenSim/Region/ClientStack/ClientView.cs | |
parent | * As yet incomplete fix for mantis #766 - terse updates broken (diff) | |
download | opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.zip opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.gz opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.bz2 opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.xz |
Fix Mantis 636
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-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 | ||