aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-01-17 07:04:07 +0000
committerUbitUmarov2018-01-17 07:04:07 +0000
commite9d2d818804bf0c4894ddee3aa9619cced368dce (patch)
tree412e42abf9e95e6e3cf428addd5fe9bad080dc03 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentmissed a few (diff)
downloadopensim-SC-e9d2d818804bf0c4894ddee3aa9619cced368dce.zip
opensim-SC-e9d2d818804bf0c4894ddee3aa9619cced368dce.tar.gz
opensim-SC-e9d2d818804bf0c4894ddee3aa9619cced368dce.tar.bz2
opensim-SC-e9d2d818804bf0c4894ddee3aa9619cced368dce.tar.xz
pesty warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 2ff6ced..ee7df5a 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -335,7 +335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
335 private readonly byte[] m_channelVersion = Utils.EmptyBytes; 335 private readonly byte[] m_channelVersion = Utils.EmptyBytes;
336 private readonly IGroupsModule m_GroupsModule; 336 private readonly IGroupsModule m_GroupsModule;
337 337
338 private int m_cachedTextureSerial; 338// private int m_cachedTextureSerial;
339 private PriorityQueue m_entityUpdates; 339 private PriorityQueue m_entityUpdates;
340 private PriorityQueue m_entityProps; 340 private PriorityQueue m_entityProps;
341 private Prioritizer m_prioritizer; 341 private Prioritizer m_prioritizer;
@@ -11039,9 +11039,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11039 if(muteListRequest.MuteData.MuteCRC == 0) 11039 if(muteListRequest.MuteData.MuteCRC == 0)
11040 SendEmpytMuteList(); 11040 SendEmpytMuteList();
11041 else 11041 else
11042 SendUseCachedMuteList(); 11042 SendUseCachedMuteList();
11043 } 11043 }
11044 return true; 11044 return true;
11045 } 11045 }
11046 11046
11047 private bool HandleUpdateMuteListEntry(IClientAPI client, Packet Packet) 11047 private bool HandleUpdateMuteListEntry(IClientAPI client, Packet Packet)