diff options
author | Justin Clark-Casey (justincc) | 2013-09-20 00:04:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-26 20:09:07 +0100 |
commit | 0bb8415a69f354b45e4bb51b411f3b2ef2241f1c (patch) | |
tree | 7d14a19baebbca49084f7de2b0c26df071c04d8a /OpenSim/Framework/RegionSettings.cs | |
parent | UUID Gatherer: find assets used in Light Projection, Particle Systems, and Co... (diff) | |
download | opensim-SC_OLD-0bb8415a69f354b45e4bb51b411f3b2ef2241f1c.zip opensim-SC_OLD-0bb8415a69f354b45e4bb51b411f3b2ef2241f1c.tar.gz opensim-SC_OLD-0bb8415a69f354b45e4bb51b411f3b2ef2241f1c.tar.bz2 opensim-SC_OLD-0bb8415a69f354b45e4bb51b411f3b2ef2241f1c.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 'OpenSim/Framework/RegionSettings.cs')
-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 | { |