The mixing updated Login.cs file

zircon
MW 2007-03-21 21:21:05 +00:00
parent 5f97ed652a
commit 1c34cc0b3d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace OpenSim.Framework.Interfaces
public string Last = "User"; public string Last = "User";
public LLUUID Agent; public LLUUID Agent;
public LLUUID Session; public LLUUID Session;
public LLUUID SecureSession = LLUUID.Zero;
public LLUUID InventoryFolder; public LLUUID InventoryFolder;
public LLUUID BaseFolder; public LLUUID BaseFolder;
public Login() public Login()