aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
authorMelanie Thielker2010-06-29 04:09:14 +0200
committerMelanie Thielker2010-06-29 04:09:14 +0200
commit3cd717d929d641b8e34d2212165af8d32fc8978e (patch)
tree39237a8c34e957fb3b568345eb84f3815e3c833c /OpenSim/Region/Framework/Scenes
parentMake newly created prims be named "Object" and make newly created scripts (diff)
downloadopensim-SC_OLD-3cd717d929d641b8e34d2212165af8d32fc8978e.zip
opensim-SC_OLD-3cd717d929d641b8e34d2212165af8d32fc8978e.tar.gz
opensim-SC_OLD-3cd717d929d641b8e34d2212165af8d32fc8978e.tar.bz2
opensim-SC_OLD-3cd717d929d641b8e34d2212165af8d32fc8978e.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index a2a8882..e61132e 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1285,7 +1285,7 @@ namespace OpenSim.Region.Framework.Scenes
1285 } 1285 }
1286 if (part.Inventory.UpdateInventoryItem(itemInfo)) 1286 if (part.Inventory.UpdateInventoryItem(itemInfo))
1287 { 1287 {
1288 remoteClient.SendAgentAlertMessage("Notecard saved", false); 1288 // remoteClient.SendAgentAlertMessage("Notecard saved", false);
1289 part.GetProperties(remoteClient); 1289 part.GetProperties(remoteClient);
1290 } 1290 }
1291 } 1291 }