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
|
* Xantor
|
||||||
* YZh
|
* YZh
|
||||||
* Dahlia
|
* Dahlia
|
||||||
|
* Grumly57
|
||||||
|
|
||||||
|
|
||||||
LSL Devs
|
LSL Devs
|
||||||
|
|
|
@ -3769,7 +3769,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||||
|
|
||||||
if (presence != null)
|
if (presence != null)
|
||||||
{
|
{
|
||||||
return presence.Name;
|
return presence.ControllingClient.Name;
|
||||||
|
//return presence.Name;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (World.GetSceneObjectPart(key) != null)
|
if (World.GetSceneObjectPart(key) != null)
|
||||||
|
|
Loading…
Reference in New Issue