mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
In the grid, there is life!
OGS now functional again, can login! w00t
This commit is contained in:
@@ -31,8 +31,9 @@ namespace OpenSim.Framework.User
|
||||
{
|
||||
Circuits = new Dictionary<LLUUID, uint>();
|
||||
Inventory = new AgentInventory();
|
||||
homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256)); ;
|
||||
|
||||
homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256));
|
||||
homepos = new LLVector3();
|
||||
homelookat = new LLVector3();
|
||||
}
|
||||
|
||||
public void InitSessionData()
|
||||
|
||||
Reference in New Issue
Block a user