diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 18 |
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 |