mirror of
https://github.com/opensim/opensim.git
synced 2026-07-18 21:55:37 +08:00
Some refactoring.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user