*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode

This commit is contained in:
mingchen
2007-06-29 01:58:16 +00:00
parent 135e9b1f53
commit 90b01ba80c
7 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenSim.Framework.User
{
Circuits = new Dictionary<LLUUID, uint>();
Inventory = new AgentInventory();
homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256));
homeregionhandle = Helpers.UIntsToLong((1000 * 256), (1000 * 256));
homepos = new LLVector3();
homelookat = new LLVector3();
}