aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.RegionServer/SimClient.cs')
-rw-r--r--OpenSim.RegionServer/SimClient.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs
index 92156f0..f5cfaad 100644
--- a/OpenSim.RegionServer/SimClient.cs
+++ b/OpenSim.RegionServer/SimClient.cs
@@ -1015,5 +1015,15 @@ namespace OpenSim
1015 m_assetCache.AddAsset(asset); 1015 m_assetCache.AddAsset(asset);
1016 m_inventoryCache.AddNewInventoryItem(this, packet.InventoryBlock.FolderID, asset); 1016 m_inventoryCache.AddNewInventoryItem(this, packet.InventoryBlock.FolderID, asset);
1017 } 1017 }
1018
1019 public class QueItem
1020 {
1021 public QueItem()
1022 {
1023 }
1024
1025 public Packet Packet;
1026 public bool Incoming;
1027 }
1018 } 1028 }
1019} 1029}