aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Data/IRegionData.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs
index 9ed5dd0..8259f9b 100644
--- a/OpenSim/Data/IRegionData.cs
+++ b/OpenSim/Data/IRegionData.cs
@@ -75,6 +75,7 @@ namespace OpenSim.Data
75 LockedOut = 32, // Don't allow registration 75 LockedOut = 32, // Don't allow registration
76 NoMove = 64, // Don't allow moving this region 76 NoMove = 64, // Don't allow moving this region
77 Reservation = 128, // This is an inactive reservation 77 Reservation = 128, // This is an inactive reservation
78 Authenticate = 256 // Require authentication 78 Authenticate = 256, // Require authentication
79 Hyperlink = 512 // Record represents a HG link
79 } 80 }
80} 81}