aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-06-12 13:34:39 +0100
committerUbitUmarov2017-06-12 13:34:39 +0100
commitf62400c4ca789456f7ad8d54475388684c8c3ebb (patch)
treeaf8c8b0b32e4e28738d141309eaf7e41a437d22c /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentmake some web request errors visible, so cause of later asset not found is clear (diff)
downloadopensim-SC-f62400c4ca789456f7ad8d54475388684c8c3ebb.zip
opensim-SC-f62400c4ca789456f7ad8d54475388684c8c3ebb.tar.gz
opensim-SC-f62400c4ca789456f7ad8d54475388684c8c3ebb.tar.bz2
opensim-SC-f62400c4ca789456f7ad8d54475388684c8c3ebb.tar.xz
improve english on few messages (thx)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-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 bba7a96..057ca17 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2865,7 +2865,7 @@ namespace OpenSim.Region.Framework.Scenes
2865 root.SendPropertiesToClient(sp.ControllingClient); 2865 root.SendPropertiesToClient(sp.ControllingClient);
2866 if (oldUsePhysics && (root.Flags & PrimFlags.Physics) == 0) 2866 if (oldUsePhysics && (root.Flags & PrimFlags.Physics) == 0)
2867 { 2867 {
2868 sp.ControllingClient.SendAlertMessage("Object physics canceled"); 2868 sp.ControllingClient.SendAlertMessage("Object physics cancelled");
2869 } 2869 }
2870 } 2870 }
2871 } 2871 }