a bit more refactoring

This commit is contained in:
MW
2007-05-16 18:11:09 +00:00
parent 1037a901c1
commit 5f9b7321bc
4 changed files with 20 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using libsecondlife;
using OpenSim.Framework.Types;
namespace OpenSim
@@ -23,7 +24,7 @@ namespace OpenSim
agent.circuitcode = loginData.CircuitCode;
agent.BaseFolder = loginData.BaseFolder;
agent.InventoryFolder = loginData.InventoryFolder;
agent.startpos = new LLVector3(128,128,70);
this.AddNewCircuit(agent.circuitcode, agent);
}
}