diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0a067d5..663344e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1014,7 +1014,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1014 | mov.AgentData.SessionID = m_sessionId; | 1014 | mov.AgentData.SessionID = m_sessionId; |
1015 | mov.AgentData.AgentID = AgentId; | 1015 | mov.AgentData.AgentID = AgentId; |
1016 | mov.Data.RegionHandle = regInfo.RegionHandle; | 1016 | mov.Data.RegionHandle = regInfo.RegionHandle; |
1017 | mov.Data.Timestamp = 1172750370; // TODO - dynamicalise this | 1017 | mov.Data.Timestamp = (uint)Util.UnixTimeSinceEpoch(); |
1018 | 1018 | ||
1019 | if ((pos.X == 0) && (pos.Y == 0) && (pos.Z == 0)) | 1019 | if ((pos.X == 0) && (pos.Y == 0) && (pos.Z == 0)) |
1020 | { | 1020 | { |