Diff of /branches/taiga-0.1/ModularRex/RexParts/RexObjRez.cs
Parent Directory
|
Revision Log
|
Patch
| revision 370, Tue Apr 27 10:41:58 2010 UTC | revision 382, Thu May 20 12:29:45 2010 UTC | |
|---|---|---|
| # | Line 308 | Line 308 |
| 308 | ||
| 309 | //Get the item id of the asset so the RexObjectProperties can be changed to that id | //Get the item id of the asset so the RexObjectProperties can be changed to that id |
| 310 | CachedUserInfo userInfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(x.remoteClient.AgentId); | CachedUserInfo userInfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(x.remoteClient.AgentId); |
| 311 | if (userInfo.RootFolder != null) | if (userInfo != null && userInfo.RootFolder != null) |
| 312 | { | { |
| 313 | InventoryItemBase item = userInfo.RootFolder.FindAsset(assetId); | InventoryItemBase item = userInfo.RootFolder.FindAsset(assetId); |
| 314 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

