Small change to the IAgentAssetTransactions file that Chi11ken added for me (thanks Chi11ken). when I forgot to commit it on saturday.
[The ComsmsManager will die]ThreadPoolClientBranch
parent
81a00dd68f
commit
5fb1809384
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) Contributors, http://opensimulator.org/
|
* Copyright (c) Contributors, http://opensimulator.org/
|
||||||
* See CONTRIBUTORS.TXT for a full list of copyright holders.
|
* See CONTRIBUTORS.TXT for a full list of copyright holders.
|
||||||
*
|
*
|
||||||
|
@ -31,7 +31,7 @@ using OpenSim.Framework;
|
||||||
|
|
||||||
namespace OpenSim.Region.Environment.Interfaces
|
namespace OpenSim.Region.Environment.Interfaces
|
||||||
{
|
{
|
||||||
public interface IAgentAssetTransactions : IRegionModule
|
public interface IAgentAssetTransactions
|
||||||
{
|
{
|
||||||
void HandleItemUpdateFromTransaction(IClientAPI remoteClient, LLUUID transactionID,
|
void HandleItemUpdateFromTransaction(IClientAPI remoteClient, LLUUID transactionID,
|
||||||
InventoryItemBase item);
|
InventoryItemBase item);
|
||||||
|
|
Loading…
Reference in New Issue