mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Mantis#1529. Thank you kindly, Grumly57 for a patch to
xengine to: Replaces "presence.Name" => "presence.ControllingClient.Name" to return avatar's name.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user