diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.API.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.API.cs b/OpenSim/OpenSim.RegionServer/ClientView.API.cs index 2365716..98b449d 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.API.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.API.cs | |||
@@ -174,8 +174,8 @@ namespace OpenSim | |||
174 | mov.AgentData.SessionID = this.SessionID; | 174 | mov.AgentData.SessionID = this.SessionID; |
175 | mov.AgentData.AgentID = this.AgentID; | 175 | mov.AgentData.AgentID = this.AgentID; |
176 | mov.Data.RegionHandle = regInfo.RegionHandle; | 176 | mov.Data.RegionHandle = regInfo.RegionHandle; |
177 | // TODO - dynamicalise this stuff | 177 | mov.Data.Timestamp = 1172750370; // TODO - dynamicalise this |
178 | mov.Data.Timestamp = 1172750370; | 178 | |
179 | if (pos == null) | 179 | if (pos == null) |
180 | { | 180 | { |
181 | mov.Data.Position = this.startpos; | 181 | mov.Data.Position = this.startpos; |