some changes which get us closer to Sqlite storage for users

This commit is contained in:
Sean Dague
2007-08-28 15:11:56 +00:00
parent e4fea6d11b
commit 6bd4c6fee6
3 changed files with 16 additions and 6 deletions

View File

@@ -353,7 +353,8 @@ namespace OpenSim.Framework.UserManagement
user.passwordSalt = "";
user.created = Util.UnixTimeSinceEpoch();
user.homeLookAt = new LLVector3(100, 100, 100);
user.homeRegion = Util.UIntsToLong((regX * 256), (regY * 256));
user.homeRegionX = regX;
user.homeRegionY = regY;
foreach (KeyValuePair<string, IUserData> plugin in _plugins)
{