From c06a9ffe5c639ae50bdb129882b5689443cce654 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 20 Sep 2013 00:04:33 +0100 Subject: [PATCH] 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 --- OpenSim/Framework/RegionSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/RegionSettings.cs b/OpenSim/Framework/RegionSettings.cs index 47dbcecaeb..db8c53ef95 100644 --- a/OpenSim/Framework/RegionSettings.cs +++ b/OpenSim/Framework/RegionSettings.cs @@ -200,7 +200,7 @@ namespace OpenSim.Framework set { m_ObjectBonus = value; } } - private int m_Maturity = 1; + private int m_Maturity = 0; public int Maturity {