diff options
Diffstat (limited to '')
-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 | // |