Make the scripted dialogs and restart message appear in the top right corner

again. Viewers have been busy making these notifications all into toasts but
we believe there are message that are important enough to make the user
acknowledge them.
avinationmerge
Melanie Thielker 2015-03-23 22:17:51 +01:00
parent 5cb8127e87
commit a2676388f4
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Dialog
{
m_scene.ForEachRootClient(delegate(IClientAPI client)
{
client.SendBlueBoxMessage(fromAvatarID, fromAvatarName,
message);
client.SendAgentAlertMessage(
message, false);
});
}