diff options
author | Jeff Ames | 2008-08-19 13:07:24 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-19 13:07:24 +0000 |
commit | 5c360e7374d6d3529f7578195a86a13e3858389f (patch) | |
tree | 87ada94cf6dfeea5d79181fcc8a6241e886fd794 /OpenSim/Region/DataSnapshot | |
parent | Correctly convert port to int. (diff) | |
download | opensim-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.cs | 1 |
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"; |