Bug fix and config rename.

0.6.6-post-fixes
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)

View File

@ -1279,7 +1279,7 @@
;AssetServices = "HGAssetBroker"
; If you don't want asset caching in the regions, comment this
AssetCaching = "CoreAssetCache"
AssetCache = "CoreAssetCache"
; Choose one
;UserServices = "LocalUserServicesConnector"