mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* Apply patch in mantis 2083
* TimeStamp field of the AgentMovementCompletePacket in LLClientView.MoveAgentIntoRegion contained a fixed number. The attached patch changes this to a current timestamp. * Thanks HomerHorwitz
This commit is contained in:
@@ -1014,7 +1014,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
mov.AgentData.SessionID = m_sessionId;
|
||||
mov.AgentData.AgentID = AgentId;
|
||||
mov.Data.RegionHandle = regInfo.RegionHandle;
|
||||
mov.Data.Timestamp = 1172750370; // TODO - dynamicalise this
|
||||
mov.Data.Timestamp = (uint)Util.UnixTimeSinceEpoch();
|
||||
|
||||
if ((pos.X == 0) && (pos.Y == 0) && (pos.Z == 0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user