aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/SimProfileBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework/SimProfileBase.cs')
-rw-r--r--OpenSim.Framework/SimProfileBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/SimProfileBase.cs b/OpenSim.Framework/SimProfileBase.cs
index 5fe2734..0ee5e75 100644
--- a/OpenSim.Framework/SimProfileBase.cs
+++ b/OpenSim.Framework/SimProfileBase.cs
@@ -17,6 +17,7 @@ namespace OpenSim.Framework.Sims
17 public uint RegionLocY; 17 public uint RegionLocY;
18 public string sendkey; 18 public string sendkey;
19 public string recvkey; 19 public string recvkey;
20 public bool online;
20 21
21 public SimProfileBase() 22 public SimProfileBase()
22 { 23 {