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.
This commit is contained in:
Melanie Thielker
2010-06-29 04:09:14 +02:00
parent 6f4d4543b9
commit 3cd717d929

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);
}
}