aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 02859cd..4c0aa90 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -415,6 +415,7 @@ namespace OpenSim.Region.Environment.Scenes
415 m_controllingClient = client; 415 m_controllingClient = client;
416 m_firstname = m_controllingClient.FirstName; 416 m_firstname = m_controllingClient.FirstName;
417 m_lastname = m_controllingClient.LastName; 417 m_lastname = m_controllingClient.LastName;
418 m_name = String.Format("{0} {1}", m_firstname, m_lastname);
418 419
419 m_scene = world; 420 m_scene = world;
420 m_uuid = client.AgentId; 421 m_uuid = client.AgentId;