aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 1a8f808..3a64698 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -296,12 +296,12 @@ namespace OpenSim.Region.Examples.SimpleModule
296 } 296 }
297 297
298 public virtual void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, 298 public virtual void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName,
299 LLUUID fromAgentID) 299 LLUUID fromAgentID, byte source, byte audible)
300 { 300 {
301 } 301 }
302 302
303 public virtual void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, 303 public virtual void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName,
304 LLUUID fromAgentID) 304 LLUUID fromAgentID, byte source, byte audible)
305 { 305 {
306 } 306 }
307 307