aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/SimProfileBase.cs
diff options
context:
space:
mode:
authorMW2007-04-02 09:09:00 +0000
committerMW2007-04-02 09:09:00 +0000
commitaa708d59f5115a8929eb24e9ed22192d921434b7 (patch)
treec5bfe0d513c8df9966ad87c5d1b88b02259c940c /OpenSim.Framework/SimProfileBase.cs
parentBrought back in older version of libsecondlife.dll for now. (diff)
downloadopensim-SC_OLD-aa708d59f5115a8929eb24e9ed22192d921434b7.zip
opensim-SC_OLD-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.gz
opensim-SC_OLD-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.bz2
opensim-SC_OLD-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.xz
Fixed VS2005 solution/project files
Diffstat (limited to '')
-rw-r--r--OpenSim.Framework/SimProfileBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/SimProfileBase.cs b/OpenSim.Framework/SimProfileBase.cs
index 0ee5e75..ffc66ec 100644
--- a/OpenSim.Framework/SimProfileBase.cs
+++ b/OpenSim.Framework/SimProfileBase.cs
@@ -17,7 +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 public bool online;
21 21
22 public SimProfileBase() 22 public SimProfileBase()
23 { 23 {