* Changed homepos default to 150m from original of 23 which could be underground.

* Need to create new user accounts for this to take effect.
zircon^2
Adam Frisby 2007-05-12 09:13:03 +00:00
parent 0d52bc723d
commit 80d854809e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ namespace OpenGridServices.UserServer
UserProfile newuser = m_userProfileManager.CreateNewProfile(tempfirstname, templastname, tempMD5Passwd);
newuser.homelookat = new LLVector3(-0.57343f, -0.819255f, 0f);
newuser.homepos = new LLVector3(128f, 128f, 23f);
newuser.homepos = new LLVector3(128f, 128f, 150f);
m_userProfileManager.SaveUserProfiles();
break;
}