Bug fix and config rename.

This commit is contained in:
diva
2009-05-18 23:15:50 +00:00
parent 75b8b60aa1
commit df16532858
2 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,8 @@ namespace OpenSim.Region.CoreModules.Asset
public void Cache(AssetBase asset)
{
m_Cache.Store(asset.ID, asset);
if (asset != null)
m_Cache.Store(asset.ID, asset);
}
public AssetBase Get(string id)