diff options
author | gareth | 2007-04-02 01:35:22 +0000 |
---|---|---|
committer | gareth | 2007-04-02 01:35:22 +0000 |
commit | fc3213e188823d3a628ca607bdb34815fc56a0f6 (patch) | |
tree | a5820685ab703e47b7f359b34afdbcefcf26efbb /OpenSim.Framework | |
parent | Added new REST protocol (partially complete) (diff) | |
download | opensim-SC_OLD-fc3213e188823d3a628ca607bdb34815fc56a0f6.zip opensim-SC_OLD-fc3213e188823d3a628ca607bdb34815fc56a0f6.tar.gz opensim-SC_OLD-fc3213e188823d3a628ca607bdb34815fc56a0f6.tar.bz2 opensim-SC_OLD-fc3213e188823d3a628ca607bdb34815fc56a0f6.tar.xz |
Added sim check timer
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r-- | OpenSim.Framework/SimProfileBase.cs | 1 |
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 | { |