mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
implement GlynnTuckerAssetCache.Check()
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
public bool Check(string id)
|
||||
{
|
||||
return false;
|
||||
return m_Cache.Contains(id);
|
||||
}
|
||||
|
||||
public void Cache(AssetBase asset)
|
||||
|
||||
Reference in New Issue
Block a user