diff options
Instant Messages between users in the same region should actually now work.
Diffstat (limited to 'OpenSim/Framework/General/NullClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/NullClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index ebb670d..901b130 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs | |||
@@ -116,7 +116,7 @@ namespace OpenSim.Framework | |||
116 | public virtual void SendRegionHandshake(RegionInfo regionInfo){} | 116 | public virtual void SendRegionHandshake(RegionInfo regionInfo){} |
117 | public virtual void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID){} | 117 | public virtual void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID){} |
118 | public virtual void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID){} | 118 | public virtual void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID){} |
119 | public virtual void SendInstantMessage(string message, LLUUID target, string fromName){} | 119 | public virtual void SendInstantMessage(LLUUID fromAgent, LLUUID fromAgentSession, string message, LLUUID toAgent, LLUUID imSessionID, string fromName, byte dialog, uint timeStamp){} |
120 | public virtual void SendLayerData(float[] map){} | 120 | public virtual void SendLayerData(float[] map){} |
121 | public virtual void SendLayerData(int px, int py, float[] map){} | 121 | public virtual void SendLayerData(int px, int py, float[] map){} |
122 | public virtual void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look){} | 122 | public virtual void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look){} |