diff options
author | Justin Clark-Casey (justincc) | 2013-09-20 00:04:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-20 00:04:33 +0100 |
commit | c06a9ffe5c639ae50bdb129882b5689443cce654 (patch) | |
tree | c92005a354be0b0de94bf404fe43a1d214bafc83 /OpenSim/Framework/RegionSettings.cs | |
parent | UUID Gatherer: find assets used in Light Projection, Particle Systems, and Co... (diff) | |
download | opensim-SC_OLD-c06a9ffe5c639ae50bdb129882b5689443cce654.zip opensim-SC_OLD-c06a9ffe5c639ae50bdb129882b5689443cce654.tar.gz opensim-SC_OLD-c06a9ffe5c639ae50bdb129882b5689443cce654.tar.bz2 opensim-SC_OLD-c06a9ffe5c639ae50bdb129882b5689443cce654.tar.xz |
Make new regions PG by default instead of Mature.
This makes scripted object sounds and a few other things play by default instead of having to switch the viewer to adult
This reduces the support burden
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionSettings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionSettings.cs b/OpenSim/Framework/RegionSettings.cs index 47dbcec..db8c53e 100644 --- a/OpenSim/Framework/RegionSettings.cs +++ b/OpenSim/Framework/RegionSettings.cs | |||
@@ -200,7 +200,7 @@ namespace OpenSim.Framework | |||
200 | set { m_ObjectBonus = value; } | 200 | set { m_ObjectBonus = value; } |
201 | } | 201 | } |
202 | 202 | ||
203 | private int m_Maturity = 1; | 203 | private int m_Maturity = 0; |
204 | 204 | ||
205 | public int Maturity | 205 | public int Maturity |
206 | { | 206 | { |