mirror of
https://github.com/opensim/opensim.git
synced 2026-07-18 21:55:37 +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 ||
|
||||
|
||||
@@ -26,11 +26,15 @@
|
||||
*/
|
||||
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IEnvironmentModule
|
||||
{
|
||||
void ResetEnvironmentSettings(UUID regionUUID);
|
||||
//void FromLightShare(RegionLightShareData wl);
|
||||
//RegionLightShareData ToLightShare();
|
||||
//byte[] GetDefaultAssetData(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user