mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Patch #9147
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public void CreateScriptInstances(int startParam, bool postOnRez)
|
||||
{
|
||||
// Don't start scripts if they're turned off in the region!
|
||||
if (!((m_scene.RegionInfo.EstateSettings.regionFlags & Simulator.RegionFlags.SkipScripts) == Simulator.RegionFlags.SkipScripts))
|
||||
if (!m_scene.RegionInfo.RegionSettings.DisableScripts)
|
||||
{
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user