mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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:
@@ -173,7 +173,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
AddFlag(LLObject.ObjectFlags.Scripted);
|
||||
|
||||
if (!((m_parentGroup.Scene.RegionInfo.EstateSettings.regionFlags & Simulator.RegionFlags.SkipScripts) == Simulator.RegionFlags.SkipScripts))
|
||||
if (!m_parentGroup.Scene.RegionInfo.RegionSettings.DisableScripts)
|
||||
{
|
||||
AssetCache cache = m_parentGroup.Scene.AssetCache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user