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

This commit is contained in:
Melanie
2011-03-22 09:23:46 +01:00
parent b70596c15c
commit a073ca57da

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>