* This patch aims to introduce look at direction persistence between logins.  It won't be active until the second part of the patch is committed in about two weeks time.  At 
this point, region servers that haven't upgraded past this revision may run into problems
* This checkin upgrades the user database.  As always, we recommend you have backups in case something goes wrong.
* Many thanks to tyre for this patch.
This commit is contained in:
Justin Clarke Casey
2008-09-12 20:12:03 +00:00
parent febb781779
commit 52a4c4d82f
14 changed files with 528 additions and 464 deletions

View File

@@ -322,9 +322,6 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
useragent.LoginTime=Util.UnixTimeSinceEpoch();
useragent.LogoutTime = 0;
useragent.Position=agentData.startpos;
useragent.PositionX=agentData.startpos.X;
useragent.PositionY=agentData.startpos.Y;
useragent.PositionZ=agentData.startpos.Z;
useragent.Region=reg.originRegionID;
useragent.SecureSessionID=agentData.SecureSessionID;
useragent.SessionID = agentData.SessionID;