Add a definition for a region flag to omit a region from traffic counting

avinationmerge
Melanie 2011-03-22 09:23:46 +01:00
parent b70596c15c
commit a073ca57da
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ namespace OpenSim.Data
NoMove = 64, // Don't allow moving this region
Reservation = 128, // This is an inactive reservation
Authenticate = 256, // Require authentication
Hyperlink = 512 // Record represents a HG link
Hyperlink = 512, // Record represents a HG link
NoTraffic = 512 // Exclude this sim from traffic reporting
}
public class RegionDataDistanceCompare : IComparer<RegionData>