aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/IRegionData.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs
index d21a312..46dc4fb 100644
--- a/OpenSim/Data/IRegionData.cs
+++ b/OpenSim/Data/IRegionData.cs
@@ -77,8 +77,7 @@ namespace OpenSim.Data
77 NoMove = 64, // Don't allow moving this region 77 NoMove = 64, // Don't allow moving this region
78 Reservation = 128, // This is an inactive reservation 78 Reservation = 128, // This is an inactive reservation
79 Authenticate = 256, // Require authentication 79 Authenticate = 256, // Require authentication
80 Hyperlink = 512, // Record represents a HG link 80 Hyperlink = 512 // Record represents a HG link
81 NoTraffic = 512 // Exclude this sim from traffic reporting
82 } 81 }
83 82
84 public class RegionDataDistanceCompare : IComparer<RegionData> 83 public class RegionDataDistanceCompare : IComparer<RegionData>