aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-06-27 19:13:42 +0000
committerCharles Krinke2008-06-27 19:13:42 +0000
commit1646f42a8073bac3509ce8e575f2fb75b64e9266 (patch)
treef5a0060d7d290782380a41a1c29a6ec8ab201ae5 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parentdr scofield's continuing warnings safari: (diff)
downloadopensim-SC_OLD-1646f42a8073bac3509ce8e575f2fb75b64e9266.zip
opensim-SC_OLD-1646f42a8073bac3509ce8e575f2fb75b64e9266.tar.gz
opensim-SC_OLD-1646f42a8073bac3509ce8e575f2fb75b64e9266.tar.bz2
opensim-SC_OLD-1646f42a8073bac3509ce8e575f2fb75b64e9266.tar.xz
Mantis#1615. Thank you, Matth for a patch that:
causes deprecated LSL functions to throw the deprecated exception rather than not-implemented.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index adf3254..f030e12 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -1320,7 +1320,7 @@ namespace OpenSim.Region.Environment.Scenes
1320 srcPart.Name, srcId, srcTaskItem.Name, srcTaskItem.ItemID, destPart.Name, destId, pin); 1320 srcPart.Name, srcId, srcTaskItem.Name, srcTaskItem.ItemID, destPart.Name, destId, pin);
1321 // the LSL Wiki says we are supposed to shout on the DEBUG_CHANNEL - 1321 // the LSL Wiki says we are supposed to shout on the DEBUG_CHANNEL -
1322 // "Object: Task Object trying to illegally load script onto task Other_Object!" 1322 // "Object: Task Object trying to illegally load script onto task Other_Object!"
1323 // How do we should from in here? 1323 // How do we shout from in here?
1324 return; 1324 return;
1325 } 1325 }
1326 1326