mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Update svn properties. Formatting cleanup. Remove a compiler warning.
This commit is contained in:
@@ -447,7 +447,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
RequestedAssets.Remove(assetInf.FullID);
|
||||
// If it's a direct request for a script, drop it
|
||||
// because it's a hacked client
|
||||
if(req.AssetRequestSource != 2 || assetInf.Type != 10)
|
||||
if (req.AssetRequestSource != 2 || assetInf.Type != 10)
|
||||
AssetRequests.Add(req);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -728,7 +728,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
|
||||
public void Execute()
|
||||
{
|
||||
if(m_delegate != null)
|
||||
if (m_delegate != null)
|
||||
m_delegate.DynamicInvoke(m_args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user