Whitespace conflict

avinationmerge
Melanie Thielker 2010-08-09 02:46:09 +02:00
parent 1f052520ae
commit f20dc512e8
2 changed files with 1 additions and 5 deletions

View File

@ -3513,7 +3513,7 @@ namespace OpenSim.Region.Framework.Scenes
if (tp == TeleportFlags.ViaLogin) if (tp == TeleportFlags.ViaLogin)
{ {
if (land != null && !TestLandRestrictions(agent, land, out reason)) if (land != null && !TestLandRestrictions(agent, land, out reason))
{ {
m_log.DebugFormat("[CONNECTION BEGIN]: Denying access to {0} due to no land access", agent.AgentID.ToString()); m_log.DebugFormat("[CONNECTION BEGIN]: Denying access to {0} due to no land access", agent.AgentID.ToString());
return false; return false;
} }

View File

@ -691,11 +691,7 @@ namespace OpenSim.Services.LLLoginService
} }
} }
} }
<<<<<<< HEAD:OpenSim/Services/LLLoginService/LLLoginService.cs
}
=======
} }
>>>>>>> master:OpenSim/Services/LLLoginService/LLLoginService.cs
dest = destination; dest = destination;
if (success) if (success)
return aCircuit; return aCircuit;