mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Addresses Mantis #1688
Changes erroneous return value of llGetLinkname() to "" for nonexistent prims. Corrects an issue where the root prim of a linked set, upon delink, retains the part number 1.
This commit is contained in:
@@ -2813,7 +2813,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
}
|
||||
else
|
||||
{
|
||||
return LLUUID.Zero.ToString();
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user