diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalUserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalUserServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs index 2ee7981..c0887df 100644 --- a/OpenSim/Region/Communications/Local/LocalUserServices.cs +++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs | |||
@@ -26,7 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using libsecondlife; | 29 | using OpenMetaverse; |
30 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
31 | using OpenSim.Framework.Communications; | 31 | using OpenSim.Framework.Communications; |
32 | 32 | ||
@@ -88,7 +88,7 @@ namespace OpenSim.Region.Communications.Local | |||
88 | return profile; | 88 | return profile; |
89 | } | 89 | } |
90 | 90 | ||
91 | public override UserProfileData SetupMasterUser(LLUUID uuid) | 91 | public override UserProfileData SetupMasterUser(UUID uuid) |
92 | { | 92 | { |
93 | UserProfileData data = GetUserProfile(uuid); | 93 | UserProfileData data = GetUserProfile(uuid); |
94 | if (data == null) | 94 | if (data == null) |