mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add missing part of mutes list protocol
This commit is contained in:
@@ -1702,6 +1702,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendEmpytMuteList()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendMuteListUpdate(string filename)
|
||||
{
|
||||
|
||||
|
||||
@@ -1314,6 +1314,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public void SendEmpytMuteList()
|
||||
{
|
||||
}
|
||||
|
||||
public void SendMuteListUpdate(string filename)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user