mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
some changes which get us closer to Sqlite storage for users
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user