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 f38b57f..471def5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -656,7 +656,7 @@ namespace OpenSim.Framework | |||
656 | 656 | ||
657 | void SendInstantMessage(UUID fromAgent, UUID fromAgentSession, string message, UUID toAgent, | 657 | void SendInstantMessage(UUID fromAgent, UUID fromAgentSession, string message, UUID toAgent, |
658 | UUID imSessionID, string fromName, byte dialog, uint timeStamp, | 658 | UUID imSessionID, string fromName, byte dialog, uint timeStamp, |
659 | byte[] binaryBucket); | 659 | bool fromGroup, byte[] binaryBucket); |
660 | 660 | ||
661 | void SendGenericMessage(string method, List<string> message); | 661 | void SendGenericMessage(string method, List<string> message); |
662 | 662 | ||