implement GlynnTuckerAssetCache.Check()

master-beforevarregion
Justin Clark-Casey (justincc) 2014-01-18 00:48:20 +00:00
parent fc7ccfdafa
commit 427ffd3387
1 changed files with 1 additions and 1 deletions

View File

@ -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)