Mantis#1615. Thank you, Matth for a patch that:

causes deprecated LSL functions to throw the deprecated 
exception rather than not-implemented.
This commit is contained in:
Charles Krinke
2008-06-27 19:13:42 +00:00
parent 2f6a5f5575
commit 1646f42a80
2 changed files with 6 additions and 6 deletions

View File

@@ -1320,7 +1320,7 @@ namespace OpenSim.Region.Environment.Scenes
srcPart.Name, srcId, srcTaskItem.Name, srcTaskItem.ItemID, destPart.Name, destId, pin);
// the LSL Wiki says we are supposed to shout on the DEBUG_CHANNEL -
// "Object: Task Object trying to illegally load script onto task Other_Object!"
// How do we should from in here?
// How do we shout from in here?
return;
}