mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add a definition for a region flag to omit a region from traffic counting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user