diff options
enabled physics plugin flying flags.
Diffstat (limited to 'OpenSim/Region/Communications/Local')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalUserServices.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs index 2097870..508a3f9 100644 --- a/OpenSim/Region/Communications/Local/LocalUserServices.cs +++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs | |||
@@ -36,6 +36,7 @@ namespace OpenSim.Region.Communications.Local | |||
36 | { | 36 | { |
37 | return this.getUserProfile(name); | 37 | return this.getUserProfile(name); |
38 | } | 38 | } |
39 | |||
39 | public UserProfileData GetUserProfile(LLUUID avatarID) | 40 | public UserProfileData GetUserProfile(LLUUID avatarID) |
40 | { | 41 | { |
41 | return this.getUserProfile(avatarID); | 42 | return this.getUserProfile(avatarID); |
@@ -118,6 +119,7 @@ namespace OpenSim.Region.Communications.Local | |||
118 | { | 119 | { |
119 | return SetupMasterUser(firstName, lastName, ""); | 120 | return SetupMasterUser(firstName, lastName, ""); |
120 | } | 121 | } |
122 | |||
121 | public UserProfileData SetupMasterUser(string firstName, string lastName, string password) | 123 | public UserProfileData SetupMasterUser(string firstName, string lastName, string password) |
122 | { | 124 | { |
123 | UserProfileData profile = getUserProfile(firstName, lastName); | 125 | UserProfileData profile = getUserProfile(firstName, lastName); |