mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Whitespace conflict
This commit is contained in:
@@ -3513,7 +3513,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (tp == TeleportFlags.ViaLogin)
|
||||
{
|
||||
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());
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -691,11 +691,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
}
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD:OpenSim/Services/LLLoginService/LLLoginService.cs
|
||||
}
|
||||
=======
|
||||
}
|
||||
>>>>>>> master:OpenSim/Services/LLLoginService/LLLoginService.cs
|
||||
dest = destination;
|
||||
if (success)
|
||||
return aCircuit;
|
||||
|
||||
Reference in New Issue
Block a user