From fc3213e188823d3a628ca607bdb34815fc56a0f6 Mon Sep 17 00:00:00 2001 From: gareth Date: Mon, 2 Apr 2007 01:35:22 +0000 Subject: Added sim check timer --- OpenSim.Framework/SimProfileBase.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim.Framework/SimProfileBase.cs') 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 public uint RegionLocY; public string sendkey; public string recvkey; + public bool online; public SimProfileBase() { -- cgit v1.1