mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +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)
|
||||
|
||||
Reference in New Issue
Block a user