Comment the "Notecard saved" notification that pops up when a notecard

is saved into a prim. Sl doesn't have it, and for good reason: It also
happens on scripts in our version. Which is wrong. Better no message
than a wrong one.
avinationmerge
Melanie Thielker 2010-06-29 04:09:14 +02:00
parent 6f4d4543b9
commit 3cd717d929
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ namespace OpenSim.Region.Framework.Scenes
}
if (part.Inventory.UpdateInventoryItem(itemInfo))
{
remoteClient.SendAgentAlertMessage("Notecard saved", false);
// remoteClient.SendAgentAlertMessage("Notecard saved", false);
part.GetProperties(remoteClient);
}
}