Add a Hyperlink flag to the regions table

slimupdates
Melanie 2010-01-19 04:17:27 +00:00
parent bbbe9e73cc
commit fe5d80a285
1 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ namespace OpenSim.Data
LockedOut = 32, // Don't allow registration
NoMove = 64, // Don't allow moving this region
Reservation = 128, // This is an inactive reservation
Authenticate = 256 // Require authentication
Authenticate = 256, // Require authentication
Hyperlink = 512 // Record represents a HG link
}
}