mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user