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
0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-20 00:04:33 +01:00
parent 24ab021ea1
commit 0bb8415a69
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ namespace OpenSim.Framework
set { m_ObjectBonus = value; }
}
private int m_Maturity = 1;
private int m_Maturity = 0;
public int Maturity
{