diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 0cdc65147f..d5db0f4663 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -1123,7 +1123,7 @@ namespace OpenSim.Region.Framework.Scenes ControllingClient = client; Firstname = ControllingClient.FirstName; Lastname = ControllingClient.LastName; - m_name = String.Format("{0} {1}", Firstname, Lastname); + Name = String.Format("{0} {1}", Firstname, Lastname); m_uuid = client.AgentId; LocalId = m_scene.AllocateLocalId(); LegacySitOffsets = m_scene.LegacySitOffsets;