mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Add a "LockedOut" flag to allow locking a region out via the grid server.
This flag prevents registration of a known region
This commit is contained in:
@@ -71,6 +71,7 @@ namespace OpenSim.Data
|
||||
FallbackRegion = 2, // Regions we redirect to when the destination is down
|
||||
RegionOnline = 4, // Set when a region comes online, unset when it unregisters and DeleteOnUnregister is false
|
||||
NoDirectLogin = 8, // Region unavailable for direct logins (by name)
|
||||
Persistent = 16 // Don't remove on unregister
|
||||
Persistent = 16, // Don't remove on unregister
|
||||
LockedOut = 32 // Don't allow registration
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user