Diff of /trunk/ModularRex/RexParts/Rex_BuiltIn_Commands.cs
Parent Directory
|
Revision Log
|
Patch
| revision 42, Wed Jan 28 14:51:20 2009 UTC | revision 54, Wed Feb 4 07:41:03 2009 UTC | |
|---|---|---|
| # | Line 502 | Line 502 |
| 502 | tempasset = World.AssetCache.GetAsset(new UUID(vAssetsList[i]), false); | tempasset = World.AssetCache.GetAsset(new UUID(vAssetsList[i]), false); |
| 503 | //tempasset = World.AssetCache.FetchAsset(new UUID(vAssetsList[i])); | //tempasset = World.AssetCache.FetchAsset(new UUID(vAssetsList[i])); |
| 504 | if (tempasset != null) | if (tempasset != null) |
| 505 | tempassetlist.Add(tempasset.FullID, (uint)tempasset.Type); | tempassetlist.Add(tempasset.Metadata.FullID, (uint)tempasset.Metadata.Type); |
| 506 | } | } |
| 507 | if (tempassetlist.Count > 0) | if (tempassetlist.Count > 0) |
| 508 | { | { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

