Remove "login disable", "login enable" and "login status" commands.

This commit is contained in:
Melanie
2010-01-10 03:03:18 +00:00
parent 49c09ef24c
commit 81d5a4b6d8
10 changed files with 49 additions and 210 deletions

View File

@@ -65,13 +65,6 @@ namespace OpenSim.Region.Framework.Scenes
protected List<UUID> m_agentsInTransit;
public bool RegionLoginsEnabled
{
get { return m_regionLoginsEnabled; }
set { m_regionLoginsEnabled = value; }
}
private bool m_regionLoginsEnabled = false;
/// <summary>
/// An agent is crossing into this region
/// </summary>