Mantis#1529. Thank you kindly, Grumly57 for a patch to
xengine to: Replaces "presence.Name" => "presence.ControllingClient.Name" to return avatar's name.0.6.0-stable
parent
184a288b4d
commit
9b43668bf3
|
@ -56,6 +56,7 @@ Patches
|
|||
* Xantor
|
||||
* YZh
|
||||
* Dahlia
|
||||
* Grumly57
|
||||
|
||||
|
||||
LSL Devs
|
||||
|
|
|
@ -3769,7 +3769,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
|||
|
||||
if (presence != null)
|
||||
{
|
||||
return presence.Name;
|
||||
return presence.ControllingClient.Name;
|
||||
//return presence.Name;
|
||||
}
|
||||
|
||||
if (World.GetSceneObjectPart(key) != null)
|
||||
|
|
Loading…
Reference in New Issue