aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetLandmark.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/AssetLandmark.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/AssetLandmark.cs b/OpenSim/Framework/AssetLandmark.cs
index de3028b..004e472 100644
--- a/OpenSim/Framework/AssetLandmark.cs
+++ b/OpenSim/Framework/AssetLandmark.cs
@@ -42,7 +42,6 @@ namespace OpenSim.Framework
42 Data = a.Data; 42 Data = a.Data;
43 FullID = a.FullID; 43 FullID = a.FullID;
44 Type = a.Type; 44 Type = a.Type;
45 InvType = a.InvType;
46 Name = a.Name; 45 Name = a.Name;
47 Description = a.Description; 46 Description = a.Description;
48 InternData(); 47 InternData();
@@ -58,4 +57,4 @@ namespace OpenSim.Framework
58 ulong.TryParse(parts[3].Substring(14, parts[3].Length - 14), out RegionHandle); 57 ulong.TryParse(parts[3].Substring(14, parts[3].Length - 14), out RegionHandle);
59 } 58 }
60 } 59 }
61} \ No newline at end of file 60}