* minor: Remove now unused SendEstateMessage... method in Scene I forgot from last commit
parent
e7bb27b5bd
commit
be41132c72
|
@ -3462,24 +3462,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Sends a Big Blue Box message on the upper right of the screen to the client
|
|
||||||
/// for all agents in the estate
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="FromAvatarID">The person sending the message</param>
|
|
||||||
/// <param name="fromSessionID">The session of the person sending the message</param>
|
|
||||||
/// <param name="FromAvatarName">The name of the person doing the sending</param>
|
|
||||||
/// <param name="Message">The Message being sent to the user</param>
|
|
||||||
public void SendEstateMessageFromEstateTools(UUID FromAvatarID, UUID fromSessionID, String FromAvatarName, String Message)
|
|
||||||
{
|
|
||||||
|
|
||||||
ClientManager.ForEachClient(delegate(IClientAPI controller)
|
|
||||||
{
|
|
||||||
controller.SendBlueBoxMessage(FromAvatarID, FromAvatarName, Message);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Kicks User specified from the simulator. This logs them off of the grid
|
/// Kicks User specified from the simulator. This logs them off of the grid
|
||||||
/// If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes
|
/// If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes
|
||||||
|
|
Loading…
Reference in New Issue