diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Services/LLLoginService/LLLoginResponse.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index 0f57c2e..32e14a1 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Services.LLLoginService | |||
61 | 61 | ||
62 | static LLFailedLoginResponse() | 62 | static LLFailedLoginResponse() |
63 | { | 63 | { |
64 | UserProblem = new LLFailedLoginResponse("key", | 64 | UserProblem = new LLFailedLoginResponse("key", |
65 | "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.", | 65 | "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.", |
66 | "false"); | 66 | "false"); |
67 | GridProblem = new LLFailedLoginResponse("key", | 67 | GridProblem = new LLFailedLoginResponse("key", |
@@ -307,7 +307,7 @@ namespace OpenSim.Services.LLLoginService | |||
307 | { | 307 | { |
308 | DST = dstTimeZone.IsDaylightSavingTime(DateTime.Now) ? "Y" : "N"; | 308 | DST = dstTimeZone.IsDaylightSavingTime(DateTime.Now) ? "Y" : "N"; |
309 | } | 309 | } |
310 | 310 | ||
311 | break; | 311 | break; |
312 | } | 312 | } |
313 | } | 313 | } |
@@ -417,7 +417,7 @@ namespace OpenSim.Services.LLLoginService | |||
417 | // try | 417 | // try |
418 | // { | 418 | // { |
419 | // // First try to fetch DST from Pacific Standard Time, because this is | 419 | // // First try to fetch DST from Pacific Standard Time, because this is |
420 | // // the one expected by the viewer. "US/Pacific" is the string to search | 420 | // // the one expected by the viewer. "US/Pacific" is the string to search |
421 | // // on linux and mac, and should work also on Windows (to confirm) | 421 | // // on linux and mac, and should work also on Windows (to confirm) |
422 | // gridTimeZone = TimeZoneInfo.FindSystemTimeZoneById("US/Pacific"); | 422 | // gridTimeZone = TimeZoneInfo.FindSystemTimeZoneById("US/Pacific"); |
423 | // } | 423 | // } |
@@ -447,7 +447,7 @@ namespace OpenSim.Services.LLLoginService | |||
447 | ErrorReason = "key"; | 447 | ErrorReason = "key"; |
448 | welcomeMessage = "Welcome to OpenSim!"; | 448 | welcomeMessage = "Welcome to OpenSim!"; |
449 | seedCapability = String.Empty; | 449 | seedCapability = String.Empty; |
450 | home = "{'region_handle':[" | 450 | home = "{'region_handle':[" |
451 | + "r" + Util.RegionToWorldLoc(1000).ToString() | 451 | + "r" + Util.RegionToWorldLoc(1000).ToString() |
452 | + "," | 452 | + "," |
453 | + "r" + Util.RegionToWorldLoc(1000).ToString() | 453 | + "r" + Util.RegionToWorldLoc(1000).ToString() |
@@ -593,7 +593,7 @@ namespace OpenSim.Services.LLLoginService | |||
593 | // responseData["real_currency"] = currency; | 593 | // responseData["real_currency"] = currency; |
594 | responseData["currency"] = currency; | 594 | responseData["currency"] = currency; |
595 | } | 595 | } |
596 | 596 | ||
597 | if (ClassifiedFee != String.Empty) | 597 | if (ClassifiedFee != String.Empty) |
598 | responseData["classified_fee"] = ClassifiedFee; | 598 | responseData["classified_fee"] = ClassifiedFee; |
599 | 599 | ||
@@ -1070,7 +1070,7 @@ namespace OpenSim.Services.LLLoginService | |||
1070 | get { return activeGestures; } | 1070 | get { return activeGestures; } |
1071 | set { activeGestures = value; } | 1071 | set { activeGestures = value; } |
1072 | } | 1072 | } |
1073 | 1073 | ||
1074 | public string Home | 1074 | public string Home |
1075 | { | 1075 | { |
1076 | get { return home; } | 1076 | get { return home; } |