diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 893bd3e..f9af7ea 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -184,7 +184,7 @@ namespace OpenSim.Region.Capabilities | |||
184 | LLSDMapLayer mapLayer = new LLSDMapLayer(); | 184 | LLSDMapLayer mapLayer = new LLSDMapLayer(); |
185 | mapLayer.Right = 5000; | 185 | mapLayer.Right = 5000; |
186 | mapLayer.Top = 5000; | 186 | mapLayer.Top = 5000; |
187 | mapLayer.ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 187 | mapLayer.ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); |
188 | return mapLayer; | 188 | return mapLayer; |
189 | } | 189 | } |
190 | 190 | ||