Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added

This commit is contained in:
Johan Berntsson
2009-04-15 04:15:47 +00:00
parent 068127bf57
commit 119aeeed7d
4 changed files with 5 additions and 5 deletions

View File

@@ -403,7 +403,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy)
{
//Slave regions don't accept new clients
if (m_localScene.Region_Status != RegionStatus.SlaveScene)
if (m_localScene.RegionStatus != RegionStatus.SlaveScene)
{
AuthenticateResponse sessionInfo;
bool isNewCircuit = false;