aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index ca2fc35..5457d14 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -681,7 +681,7 @@ namespace OpenSim.Framework.Communications.Cache
681 SendPacket(); 681 SendPacket();
682 counter++; 682 counter++;
683 683
684 if ((request.PacketCounter >= request.NumPackets) | counter > 100 | (request.NumPackets == 1) | 684 if ((request.PacketCounter >= request.NumPackets) || counter > 100 || (request.NumPackets == 1) ||
685 (request.DiscardLevel == -1)) 685 (request.DiscardLevel == -1))
686 { 686 {
687 return true; 687 return true;