diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index 2239a9c..7f8658d 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -149,7 +149,7 @@ namespace OpenSim.Framework.UserManagement | |||
149 | ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; | 149 | ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; |
150 | ErrorReason = "key"; | 150 | ErrorReason = "key"; |
151 | welcomeMessage = "Welcome to OpenSim!"; | 151 | welcomeMessage = "Welcome to OpenSim!"; |
152 | seedCapability = ""; | 152 | seedCapability = String.Empty; |
153 | home = "{'region_handle':[r" + (1000*256).ToString() + ",r" + (1000*256).ToString() + "], 'position':[r" + | 153 | home = "{'region_handle':[r" + (1000*256).ToString() + ",r" + (1000*256).ToString() + "], 'position':[r" + |
154 | userProfile.homepos.X.ToString() + ",r" + userProfile.homepos.Y.ToString() + ",r" + | 154 | userProfile.homepos.X.ToString() + ",r" + userProfile.homepos.Y.ToString() + ",r" + |
155 | userProfile.homepos.Z.ToString() + "], 'look_at':[r" + userProfile.homelookat.X.ToString() + ",r" + | 155 | userProfile.homepos.Z.ToString() + "], 'look_at':[r" + userProfile.homelookat.X.ToString() + ",r" + |