diff options
Diffstat (limited to 'OpenSim/Data/IRegionData.cs')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index 46dc4fb..d21a312 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -77,7 +77,8 @@ 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 | ||
81 | } | 82 | } |
82 | 83 | ||
83 | public class RegionDataDistanceCompare : IComparer<RegionData> | 84 | public class RegionDataDistanceCompare : IComparer<RegionData> |