diff options
author | Jeff Ames | 2010-09-12 13:43:49 -0400 |
---|---|---|
committer | Jeff Ames | 2010-09-12 13:43:49 -0400 |
commit | f1f0bc23f4501ba99035283d3407ddad2b21b785 (patch) | |
tree | 2b62a244eddf18f5608405abcefa9f763ab54340 /OpenSim/Services/LLLoginService | |
parent | Add copyright headers. (diff) | |
download | opensim-SC_OLD-f1f0bc23f4501ba99035283d3407ddad2b21b785.zip opensim-SC_OLD-f1f0bc23f4501ba99035283d3407ddad2b21b785.tar.gz opensim-SC_OLD-f1f0bc23f4501ba99035283d3407ddad2b21b785.tar.bz2 opensim-SC_OLD-f1f0bc23f4501ba99035283d3407ddad2b21b785.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Services/LLLoginService')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 3f9bc19..d30c149 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -308,7 +308,7 @@ namespace OpenSim.Services.LLLoginService | |||
308 | { | 308 | { |
309 | // something went wrong, make something up, so that we don't have to test this anywhere else | 309 | // something went wrong, make something up, so that we don't have to test this anywhere else |
310 | guinfo = new GridUserInfo(); | 310 | guinfo = new GridUserInfo(); |
311 | guinfo.LastPosition = guinfo.HomePosition = new Vector3(128, 128, 30); | 311 | guinfo.LastPosition = guinfo.HomePosition = new Vector3(128, 128, 30); |
312 | } | 312 | } |
313 | 313 | ||
314 | // | 314 | // |