mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Print a console message when we deny access because of no valid parcel found.
This commit is contained in:
@@ -3513,7 +3513,8 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user