mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user