diff options
author | MW | 2007-06-21 16:13:06 +0000 |
---|---|---|
committer | MW | 2007-06-21 16:13:06 +0000 |
commit | 596b3690fc59ce90efb5132d5c35a46dbd91c7d7 (patch) | |
tree | 6cb78288a9e174454ce2fbfc73f5b13076d05da6 /OpenSim/OpenSim.RegionServer | |
parent | * Attempted fix for Mono bug. (diff) | |
download | opensim-SC_OLD-596b3690fc59ce90efb5132d5c35a46dbd91c7d7.zip opensim-SC_OLD-596b3690fc59ce90efb5132d5c35a46dbd91c7d7.tar.gz opensim-SC_OLD-596b3690fc59ce90efb5132d5c35a46dbd91c7d7.tar.bz2 opensim-SC_OLD-596b3690fc59ce90efb5132d5c35a46dbd91c7d7.tar.xz |
Some refactoring.
Diffstat (limited to 'OpenSim/OpenSim.RegionServer')
-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; |