mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Bug fix and config rename.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user