diff options
Fixed VS2005 solution/project files
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/SimProfileBase.cs | 2 |
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 | { |