diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 5587073..7d901c9 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -756,7 +756,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
756 | m_name = String.Format("{0} {1}", Firstname, Lastname); | 756 | m_name = String.Format("{0} {1}", Firstname, Lastname); |
757 | m_scene = world; | 757 | m_scene = world; |
758 | m_uuid = client.AgentId; | 758 | m_uuid = client.AgentId; |
759 | m_localId = m_scene.AllocateLocalId(); | 759 | LocalId = m_scene.AllocateLocalId(); |
760 | 760 | ||
761 | UserAccount account = m_scene.UserAccountService.GetUserAccount(m_scene.RegionInfo.ScopeID, m_uuid); | 761 | UserAccount account = m_scene.UserAccountService.GetUserAccount(m_scene.RegionInfo.ScopeID, m_uuid); |
762 | if (account != null) | 762 | if (account != null) |