Some refactoring.

This commit is contained in:
MW
2007-06-21 16:13:06 +00:00
parent 5688c67914
commit 596b3690fc
10 changed files with 565 additions and 397 deletions

View File

@@ -174,8 +174,8 @@ namespace OpenSim
mov.AgentData.SessionID = this.SessionID;
mov.AgentData.AgentID = this.AgentID;
mov.Data.RegionHandle = regInfo.RegionHandle;
// TODO - dynamicalise this stuff
mov.Data.Timestamp = 1172750370;
mov.Data.Timestamp = 1172750370; // TODO - dynamicalise this
if (pos == null)
{
mov.Data.Position = this.startpos;