aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-08 19:18:45 +0000
committerJustin Clarke Casey2009-01-08 19:18:45 +0000
commitbe41132c72430dcba04f7598407999e794d7a7e7 (patch)
tree8a122fe59368895f4b044e671e23cc82d88d4734 /OpenSim
parent* refactor: move code to send a dialog to a user from scene to DialogModule (diff)
downloadopensim-SC_OLD-be41132c72430dcba04f7598407999e794d7a7e7.zip
opensim-SC_OLD-be41132c72430dcba04f7598407999e794d7a7e7.tar.gz
opensim-SC_OLD-be41132c72430dcba04f7598407999e794d7a7e7.tar.bz2
opensim-SC_OLD-be41132c72430dcba04f7598407999e794d7a7e7.tar.xz
* minor: Remove now unused SendEstateMessage... method in Scene I forgot from last commit
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index e73d4d2..655f15d 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -3463,24 +3463,6 @@ namespace OpenSim.Region.Environment.Scenes
3463 } 3463 }
3464 3464
3465 /// <summary> 3465 /// <summary>
3466 /// Sends a Big Blue Box message on the upper right of the screen to the client
3467 /// for all agents in the estate
3468 /// </summary>
3469 /// <param name="FromAvatarID">The person sending the message</param>
3470 /// <param name="fromSessionID">The session of the person sending the message</param>
3471 /// <param name="FromAvatarName">The name of the person doing the sending</param>
3472 /// <param name="Message">The Message being sent to the user</param>
3473 public void SendEstateMessageFromEstateTools(UUID FromAvatarID, UUID fromSessionID, String FromAvatarName, String Message)
3474 {
3475
3476 ClientManager.ForEachClient(delegate(IClientAPI controller)
3477 {
3478 controller.SendBlueBoxMessage(FromAvatarID, FromAvatarName, Message);
3479 }
3480 );
3481 }
3482
3483 /// <summary>
3484 /// Kicks User specified from the simulator. This logs them off of the grid 3466 /// Kicks User specified from the simulator. This logs them off of the grid
3485 /// If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes 3467 /// If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes
3486 /// that you're kicking it even if the avatar's UUID isn't the UUID that the 3468 /// that you're kicking it even if the avatar's UUID isn't the UUID that the