diff options
author | Melanie | 2010-11-09 20:18:36 +0100 |
---|---|---|
committer | Melanie | 2010-11-09 20:18:36 +0100 |
commit | dfe11566f43a60aaf0dda466a9425d8a1cc1d2e4 (patch) | |
tree | 4c3e865c838b921fb093c289fed7635efca07b35 /OpenSim/Region/Framework/Scenes | |
parent | Remove "OpenSimulator" from startup message (diff) | |
download | opensim-SC_OLD-dfe11566f43a60aaf0dda466a9425d8a1cc1d2e4.zip opensim-SC_OLD-dfe11566f43a60aaf0dda466a9425d8a1cc1d2e4.tar.gz opensim-SC_OLD-dfe11566f43a60aaf0dda466a9425d8a1cc1d2e4.tar.bz2 opensim-SC_OLD-dfe11566f43a60aaf0dda466a9425d8a1cc1d2e4.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')
-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 ae48c02..b6d9a02 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4878,7 +4878,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
4878 | Vector3 nearestRegionEdgePoint = GetNearestRegionEdgePosition(avatar); | 4878 | Vector3 nearestRegionEdgePoint = GetNearestRegionEdgePosition(avatar); |
4879 | //Debug.WriteLine("They are really in a place they don't belong, sending them to: " + nearestRegionEdgePoint.ToString()); | 4879 | //Debug.WriteLine("They are really in a place they don't belong, sending them to: " + nearestRegionEdgePoint.ToString()); |
4880 | return nearestRegionEdgePoint; | 4880 | return nearestRegionEdgePoint; |
4881 | return null; | ||
4882 | } | 4881 | } |
4883 | 4882 | ||
4884 | private Vector3 GetParcelCenterAtGround(ILandObject parcel) | 4883 | private Vector3 GetParcelCenterAtGround(ILandObject parcel) |