diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 779f898..06bbe32 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3513,7 +3513,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3513 | if (tp == TeleportFlags.ViaLogin) | 3513 | if (tp == TeleportFlags.ViaLogin) |
3514 | { | 3514 | { |
3515 | if (land != null && !TestLandRestrictions(agent, land, out reason)) | 3515 | if (land != null && !TestLandRestrictions(agent, land, out reason)) |
3516 | { | 3516 | { |
3517 | m_log.DebugFormat("[CONNECTION BEGIN]: Denying access to {0} due to no land access", agent.AgentID.ToString()); | 3517 | m_log.DebugFormat("[CONNECTION BEGIN]: Denying access to {0} due to no land access", agent.AgentID.ToString()); |
3518 | return false; | 3518 | return false; |
3519 | } | 3519 | } |