From 42d44c00f38d6c7f5a67920ff375ab20ceb24fe9 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 24 Dec 2010 03:46:57 +0100 Subject: Change the mute list parts of the client interface so that all data is provided to the module --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 870ce3e..5913246 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -9475,7 +9475,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP handlerUpdateMuteListEntry(this, UpdateMuteListEntry.MuteData.MuteID, Utils.BytesToString(UpdateMuteListEntry.MuteData.MuteName), UpdateMuteListEntry.MuteData.MuteType, - UpdateMuteListEntry.AgentData.AgentID); + UpdateMuteListEntry.MuteData.MuteFlags); return true; } return false; @@ -9490,8 +9490,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { handlerRemoveMuteListEntry(this, RemoveMuteListEntry.MuteData.MuteID, - Utils.BytesToString(RemoveMuteListEntry.MuteData.MuteName), - RemoveMuteListEntry.AgentData.AgentID); + Utils.BytesToString(RemoveMuteListEntry.MuteData.MuteName)); return true; } return false; -- cgit v1.1