mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Instant Messages between users in the same region should actually now work.
This commit is contained in:
@@ -273,23 +273,5 @@ namespace OpenSim.Region.ClientStack
|
||||
this.ClientThread.Abort();
|
||||
}
|
||||
|
||||
#region Inventory Creation
|
||||
private void SetupInventory(AuthenticateResponse sessionInfo)
|
||||
{
|
||||
|
||||
}
|
||||
private AgentInventory CreateInventory(LLUUID baseFolder)
|
||||
{
|
||||
AgentInventory inventory = null;
|
||||
|
||||
return inventory;
|
||||
}
|
||||
|
||||
private void CreateInventoryItem(CreateInventoryItemPacket packet)
|
||||
{
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user