diff options
author | Jeff Ames | 2008-08-18 01:30:42 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-18 01:30:42 +0000 |
commit | 84a0a6645e2665e80bd182bd4ede7feafc3eb232 (patch) | |
tree | 4e7898105ca3ab12df89e1dbf98534d1bb208a49 /OpenSim/Region/DataSnapshot/SnapshotStore.cs | |
parent | Thanks HomerHorwitz for a patch to remove old Common.Communications reference... (diff) | |
download | opensim-SC_OLD-84a0a6645e2665e80bd182bd4ede7feafc3eb232.zip opensim-SC_OLD-84a0a6645e2665e80bd182bd4ede7feafc3eb232.tar.gz opensim-SC_OLD-84a0a6645e2665e80bd182bd4ede7feafc3eb232.tar.bz2 opensim-SC_OLD-84a0a6645e2665e80bd182bd4ede7feafc3eb232.tar.xz |
Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978)
Diffstat (limited to 'OpenSim/Region/DataSnapshot/SnapshotStore.cs')
-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"; |