Hopefully fixed the build error that I introduced with my last commit.
parent
b931048b16
commit
12378312d5
|
@ -180,7 +180,7 @@ namespace OpenSim.Framework.Communications.Caches
|
|||
|
||||
public void DeleteAsset(LLUUID assetID)
|
||||
{
|
||||
this._assetServer.DeleteAsset(assetID);
|
||||
// this._assetServer.DeleteAsset(assetID);
|
||||
|
||||
//Todo should delete it from memory too
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue