mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
still some xengine ..
This commit is contained in:
@@ -499,6 +499,10 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
|
||||
m_log.DebugFormat("[XFER]: Created item {0} with asset {1}",
|
||||
item.ID, item.AssetID);
|
||||
|
||||
// special AnimationSet case
|
||||
if (item.InvType == (int)CustomInventoryType.AnimationSet)
|
||||
AnimationSet.enforceItemPermitions(item, true);
|
||||
|
||||
if (m_Scene.AddInventoryItem(item))
|
||||
ourClient.SendInventoryItemCreateUpdate(item, m_transactionID, callbackID);
|
||||
else
|
||||
|
||||
@@ -34,7 +34,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.CoreModules.Framework.InventoryAccess;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
using OpenSim.Region.ScriptEngine.XEngine;
|
||||
//using OpenSim.Region.ScriptEngine.XEngine;
|
||||
using OpenSim.Services.Interfaces;
|
||||
using OpenSim.Tests.Common;
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess.Tests
|
||||
[TestFixture]
|
||||
public class HGAssetMapperTests : OpenSimTestCase
|
||||
{
|
||||
/*
|
||||
[Test]
|
||||
public void TestPostAssetRewrite()
|
||||
{
|
||||
@@ -143,4 +144,5 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess.Tests
|
||||
Assert.IsTrue(chatEvent.WaitOne(60000), "Chat event in HGAssetMapperTests.RezScript not received");
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user