The mixing updated Login.cs file
parent
5f97ed652a
commit
1c34cc0b3d
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue