aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MapBlockData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/MapBlockData.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/MapBlockData.cs b/OpenSim/Framework/MapBlockData.cs
index 60f5be3..7b5bfaa 100644
--- a/OpenSim/Framework/MapBlockData.cs
+++ b/OpenSim/Framework/MapBlockData.cs
@@ -26,7 +26,7 @@
26 */ 26 */
27 27
28using System; 28using System;
29using libsecondlife; 29using OpenMetaverse;
30 30
31namespace OpenSim.Framework 31namespace OpenSim.Framework
32{ 32{
@@ -35,7 +35,7 @@ namespace OpenSim.Framework
35 public byte Access; 35 public byte Access;
36 public byte Agents; 36 public byte Agents;
37 public uint Flags; 37 public uint Flags;
38 public LLUUID MapImageId; 38 public UUID MapImageId;
39 public String Name; 39 public String Name;
40 public uint RegionFlags; 40 public uint RegionFlags;
41 public byte WaterHeight; 41 public byte WaterHeight;
@@ -46,4 +46,4 @@ namespace OpenSim.Framework
46 { 46 {
47 } 47 }
48 } 48 }
49} \ No newline at end of file 49}