aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index 31aa017..15dc301 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -139,12 +139,12 @@ namespace OpenSim.Region.CoreModules.World.Land
139 { 139 {
140 } 140 }
141 141
142 private bool OnVerifyUserConnection(ScenePresence scenePresence, out string reason) 142// private bool OnVerifyUserConnection(ScenePresence scenePresence, out string reason)
143 { 143// {
144 ILandObject nearestParcel = m_scene.GetNearestAllowedParcel(scenePresence.UUID, scenePresence.AbsolutePosition.X, scenePresence.AbsolutePosition.Y); 144// ILandObject nearestParcel = m_scene.GetNearestAllowedParcel(scenePresence.UUID, scenePresence.AbsolutePosition.X, scenePresence.AbsolutePosition.Y);
145 reason = "You are not allowed to enter this sim."; 145// reason = "You are not allowed to enter this sim.";
146 return nearestParcel != null; 146// return nearestParcel != null;
147 } 147// }
148 148
149 void EventManagerOnNewClient(IClientAPI client) 149 void EventManagerOnNewClient(IClientAPI client)
150 { 150 {