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
Charles Krinke 2008-06-10 22:41:39 +00:00
parent 184a288b4d
commit 9b43668bf3
2 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ Patches
* Xantor * Xantor
* YZh * YZh
* Dahlia * Dahlia
* Grumly57
LSL Devs LSL Devs

View File

@ -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)