mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
replace external httpserver by embedded one (based on same code) - This may still be very bad; clean solution and runprebuild, or clone to clan folder
This commit is contained in:
@@ -603,7 +603,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|| (sbyte)AssetType.Notecard == assetType
|
||||
|| (sbyte)AssetType.LSLText == assetType
|
||||
|| (sbyte)OpenSimAssetType.Material == assetType
|
||||
|| (sbyte)AssetType.Object == assetType)
|
||||
|| (sbyte)AssetType.Object == assetType
|
||||
|| (sbyte)AssetType.Settings == assetType)
|
||||
{
|
||||
AddForInspection(assetUuid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user