From 119aeeed7d6310297090da0082a32193951b5b46 Mon Sep 17 00:00:00 2001 From: Johan Berntsson Date: Wed, 15 Apr 2009 04:15:47 +0000 Subject: Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added --- OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 26a8959..e796cff 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs @@ -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; -- cgit v1.1