aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local
diff options
context:
space:
mode:
authorMW2007-06-28 17:48:45 +0000
committerMW2007-06-28 17:48:45 +0000
commit41f26668d93dd871056ba506a306cd23e8573503 (patch)
tree44b25733c2d916c37a6af59839258fca9ce6bd30 /OpenSim/Region/Communications/Local
parent*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ... (diff)
downloadopensim-SC_OLD-41f26668d93dd871056ba506a306cd23e8573503.zip
opensim-SC_OLD-41f26668d93dd871056ba506a306cd23e8573503.tar.gz
opensim-SC_OLD-41f26668d93dd871056ba506a306cd23e8573503.tar.bz2
opensim-SC_OLD-41f26668d93dd871056ba506a306cd23e8573503.tar.xz
enabled physics plugin flying flags.
Diffstat (limited to 'OpenSim/Region/Communications/Local')
-rw-r--r--OpenSim/Region/Communications/Local/LocalUserServices.cs2
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);