mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
err ok not so fast
This commit is contained in:
@@ -228,6 +228,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
}
|
||||
if(assetType == (byte)AssetType.Settings)
|
||||
{
|
||||
/* this is wrong subtype may need to be checked
|
||||
if(data == null)
|
||||
{
|
||||
IEnvironmentModule envModule = m_Scene.RequestModuleInterface<IEnvironmentModule>();
|
||||
@@ -241,6 +242,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
return;
|
||||
}
|
||||
}
|
||||
*/
|
||||
flags = subType;
|
||||
}
|
||||
else if( assetType == (byte)AssetType.Clothing ||
|
||||
|
||||
Reference in New Issue
Block a user