aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot
diff options
context:
space:
mode:
authorJeff Ames2008-08-19 13:07:24 +0000
committerJeff Ames2008-08-19 13:07:24 +0000
commit5c360e7374d6d3529f7578195a86a13e3858389f (patch)
tree87ada94cf6dfeea5d79181fcc8a6241e886fd794 /OpenSim/Region/DataSnapshot
parentCorrectly convert port to int. (diff)
downloadopensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.zip
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.gz
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.bz2
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.xz
Update svn properties, minor formatting cleanup.
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
Diffstat (limited to 'OpenSim/Region/DataSnapshot')
-rw-r--r--OpenSim/Region/DataSnapshot/SnapshotStore.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/SnapshotStore.cs b/OpenSim/Region/DataSnapshot/SnapshotStore.cs
index e8b8383..e1a6651 100644
--- a/OpenSim/Region/DataSnapshot/SnapshotStore.cs
+++ b/OpenSim/Region/DataSnapshot/SnapshotStore.cs
@@ -256,7 +256,6 @@ namespace OpenSim.Region.DataSnapshot
256 //Boolean choice between: 256 //Boolean choice between:
257 // "PG" - Mormontown 257 // "PG" - Mormontown
258 // "Mature" - Sodom and Gomorrah 258 // "Mature" - Sodom and Gomorrah
259 // (Deprecated) "Patriotic Nigra Testing Sandbox" - Abandon Hope All Ye Who Enter Here
260 if (scene.RegionInfo.RegionSettings.Maturity == 1) 259 if (scene.RegionInfo.RegionSettings.Maturity == 1)
261 { 260 {
262 return "Mature"; 261 return "Mature";