mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Change the mute list parts of the client interface so that all data is provided
to the module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user