aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-04 02:24:05 +0000
committerTeravus Ovares2008-01-04 02:24:05 +0000
commit960b7e93b1fd48f240a11343716dc0be7e7b782d (patch)
treebfea99b29cc98b8420cf3847f23ae692a29c4a05 /OpenSim/Region/Examples
parent* Fixing a the time clock issue on Sim Restart messages. See Mantis 287 (diff)
downloadopensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.zip
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.gz
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.bz2
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.xz
* Added the ability for estate managers to use the magic secondlife blue card of death to send out region and estate messages.
* Switched over Region Restart notices to the magic secondlife blue card of death method.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index b6db4cc..809a13b 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -493,7 +493,10 @@ namespace SimpleApp
493 get { return m_circuitCode; } 493 get { return m_circuitCode; }
494 set { m_circuitCode = value; } 494 set { m_circuitCode = value; }
495 } 495 }
496 public void SendBlueBoxMessage(LLUUID FromAvatarID, LLUUID fromSessionID, String FromAvatarName, String Message)
497 {
496 498
499 }
497 public void SendLogoutPacket() 500 public void SendLogoutPacket()
498 { 501 {
499 } 502 }