diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/DataSnapshot/SnapshotStore.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/DataSnapshot/SnapshotStore.cs b/OpenSim/Region/DataSnapshot/SnapshotStore.cs index 769b3ac..e8b8383 100644 --- a/OpenSim/Region/DataSnapshot/SnapshotStore.cs +++ b/OpenSim/Region/DataSnapshot/SnapshotStore.cs | |||
@@ -253,11 +253,10 @@ namespace OpenSim.Region.DataSnapshot | |||
253 | 253 | ||
254 | private String GetRegionCategory(Scene scene) | 254 | private String GetRegionCategory(Scene scene) |
255 | { | 255 | { |
256 | |||
257 | //Boolean choice between: | 256 | //Boolean choice between: |
258 | // "PG" - Mormontown | 257 | // "PG" - Mormontown |
259 | // "Mature" - Sodom and Gomorrah | 258 | // "Mature" - Sodom and Gomorrah |
260 | // (Depreciated) "Patriotic Nigra Testing Sandbox" - Abandon Hope All Ye Who Enter Here | 259 | // (Deprecated) "Patriotic Nigra Testing Sandbox" - Abandon Hope All Ye Who Enter Here |
261 | if (scene.RegionInfo.RegionSettings.Maturity == 1) | 260 | if (scene.RegionInfo.RegionSettings.Maturity == 1) |
262 | { | 261 | { |
263 | return "Mature"; | 262 | return "Mature"; |