diff options
Diffstat (limited to 'OpenSim/Framework/Cache.cs')
-rw-r--r-- | OpenSim/Framework/Cache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Cache.cs b/OpenSim/Framework/Cache.cs index bccda24..d002530 100644 --- a/OpenSim/Framework/Cache.cs +++ b/OpenSim/Framework/Cache.cs | |||
@@ -495,7 +495,7 @@ namespace Opensim.Framework | |||
495 | 495 | ||
496 | public void Invalidate(LLUUID uuid) | 496 | public void Invalidate(LLUUID uuid) |
497 | { | 497 | { |
498 | if(!m_Lookup.ContainsKey(uuid)) | 498 | if (!m_Lookup.ContainsKey(uuid)) |
499 | return; | 499 | return; |
500 | 500 | ||
501 | CacheItemBase item = m_Lookup[uuid]; | 501 | CacheItemBase item = m_Lookup[uuid]; |