diff options
author | Melanie | 2010-11-09 20:18:36 +0100 |
---|---|---|
committer | Melanie | 2010-11-09 22:15:59 +0000 |
commit | 22144eb8f74207fedb1042cbcf9f7ade3e2eca59 (patch) | |
tree | 6e56074b4658fb43e7f6283abf531e89ec69bbb7 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.zip opensim-SC-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.tar.gz opensim-SC-22144eb8f74207fedb1042cbcf9f7ade3e2eca59.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
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) |