* minor: Remove LINK_SET debug Console Writeline
* only appeared in DotNetEngine's LSL_BuildIn_Commands.cs * Nice spot Ewe Loon (http://opensimulator.org/mantis/view.php?id=1548)0.6.0-stable
parent
b799031010
commit
ea52e71205
|
@ -2820,8 +2820,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||||
|
|
||||||
case (int)BuiltIn_Commands_BaseClass.LINK_SET:
|
case (int)BuiltIn_Commands_BaseClass.LINK_SET:
|
||||||
|
|
||||||
Console.WriteLine("LINK_SET");
|
|
||||||
|
|
||||||
foreach (SceneObjectPart partInst in m_host.ParentGroup.GetParts())
|
foreach (SceneObjectPart partInst in m_host.ParentGroup.GetParts())
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue