diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 5ca8c88..a9044d5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1485,7 +1485,7 @@ namespace OpenSim.Framework | |||
1485 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); | 1485 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); |
1486 | 1486 | ||
1487 | void SendUseCachedMuteList(); | 1487 | void SendUseCachedMuteList(); |
1488 | 1488 | void SendEmpytMuteList(); | |
1489 | void SendMuteListUpdate(string filename); | 1489 | void SendMuteListUpdate(string filename); |
1490 | 1490 | ||
1491 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); | 1491 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); |