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 burden0.7.6-extended
parent
24ab021ea1
commit
0bb8415a69
|
@ -200,7 +200,7 @@ namespace OpenSim.Framework
|
||||||
set { m_ObjectBonus = value; }
|
set { m_ObjectBonus = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
private int m_Maturity = 1;
|
private int m_Maturity = 0;
|
||||||
|
|
||||||
public int Maturity
|
public int Maturity
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue