diff options
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-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 5ccb912..1e4b6c2 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -314,7 +314,7 @@ namespace OpenSim.Services.LLLoginService | |||
314 | { | 314 | { |
315 | // something went wrong, make something up, so that we don't have to test this anywhere else | 315 | // something went wrong, make something up, so that we don't have to test this anywhere else |
316 | guinfo = new GridUserInfo(); | 316 | guinfo = new GridUserInfo(); |
317 | guinfo.LastPosition = guinfo.HomePosition = new Vector3(128, 128, 30); | 317 | guinfo.LastPosition = guinfo.HomePosition = new Vector3(128, 128, 30); |
318 | } | 318 | } |
319 | 319 | ||
320 | // | 320 | // |