aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorDr Scofield2008-09-30 16:14:09 +0000
committerDr Scofield2008-09-30 16:14:09 +0000
commit63b2e3575ae7aa765f22a35b23784ae98af8527a (patch)
tree5d8a9a6972fd0103040d09a35a9c7cea13bd8c05 /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parentAnd one more. lThat should make all scripts start for everyone (diff)
downloadopensim-SC_OLD-63b2e3575ae7aa765f22a35b23784ae98af8527a.zip
opensim-SC_OLD-63b2e3575ae7aa765f22a35b23784ae98af8527a.tar.gz
opensim-SC_OLD-63b2e3575ae7aa765f22a35b23784ae98af8527a.tar.bz2
opensim-SC_OLD-63b2e3575ae7aa765f22a35b23784ae98af8527a.tar.xz
- a couple of minor code cleanups in RestInventoryServices
- cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence
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;