mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Bug fix, so that local loginserver (in standalone mode) can set a start position (position inside the region) rather than it always being hardcoded to 128,128. Note: This bug fix is just to allow this to be set. Its not actually used yet (so users will still always start at 128,128).
This commit is contained in:
@@ -40,10 +40,11 @@ namespace OpenSim.Framework.Types
|
||||
public LLUUID BaseFolder;
|
||||
public uint CircuitCode;
|
||||
public string CapsPath ="";
|
||||
public LLVector3 StartPos;
|
||||
|
||||
public Login()
|
||||
{
|
||||
|
||||
StartPos = new LLVector3(128, 128, 70);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user