aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMelanie2010-11-09 20:18:36 +0100
committerMelanie2010-11-09 22:15:59 +0000
commit22144eb8f74207fedb1042cbcf9f7ade3e2eca59 (patch)
tree6e56074b4658fb43e7f6283abf531e89ec69bbb7 /OpenSim/Region/Framework/Scenes/Scene.cs
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.zip
opensim-SC_OLD-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.tar.gz
opensim-SC_OLD-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.tar.bz2
opensim-SC_OLD-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.tar.xz
Fix parcel bans to work only on the avatars they're supposed to work on instead of pushing all avatars, even the ones that are allowed.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 94a773d..c5396d5 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -4740,7 +4740,6 @@ namespace OpenSim.Region.Framework.Scenes
4740 Vector3 nearestRegionEdgePoint = GetNearestRegionEdgePosition(avatar); 4740 Vector3 nearestRegionEdgePoint = GetNearestRegionEdgePosition(avatar);
4741 //Debug.WriteLine("They are really in a place they don't belong, sending them to: " + nearestRegionEdgePoint.ToString()); 4741 //Debug.WriteLine("They are really in a place they don't belong, sending them to: " + nearestRegionEdgePoint.ToString());
4742 return nearestRegionEdgePoint; 4742 return nearestRegionEdgePoint;
4743 return null;
4744 } 4743 }
4745 4744
4746 private Vector3 GetParcelCenterAtGround(ILandObject parcel) 4745 private Vector3 GetParcelCenterAtGround(ILandObject parcel)