mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
and... missing file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user