mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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
This commit is contained in:
@@ -200,7 +200,7 @@ namespace OpenSim.Framework
|
||||
set { m_ObjectBonus = value; }
|
||||
}
|
||||
|
||||
private int m_Maturity = 1;
|
||||
private int m_Maturity = 0;
|
||||
|
||||
public int Maturity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user