aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorThomas Grimshaw2010-04-05 22:11:11 +0200
committerThomas Grimshaw2010-04-05 22:11:11 +0200
commit07b4889eab148efedb5ea554b2ed5eb4ca30752c (patch)
tree1dca4c8b04e17e57772a999d55a38a1346eebd01 /OpenSim/Region/CoreModules
parentThis commit adds some randomness to object persistence. It's a Work In Progre... (diff)
parentFix some overlooked merge conflicts that got committed (diff)
downloadopensim-SC-07b4889eab148efedb5ea554b2ed5eb4ca30752c.zip
opensim-SC-07b4889eab148efedb5ea554b2ed5eb4ca30752c.tar.gz
opensim-SC-07b4889eab148efedb5ea554b2ed5eb4ca30752c.tar.bz2
opensim-SC-07b4889eab148efedb5ea554b2ed5eb4ca30752c.tar.xz
Merge branch 'master' of ssh://TOR/var/git/careminster
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index 6c9830c..8039558 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -390,7 +390,7 @@ namespace OpenSim.Region.CoreModules.World.Land
390 { 390 {
391 if (avatar.AbsolutePosition.Z < LandChannel.BAN_LINE_SAFETY_HIEGHT) 391 if (avatar.AbsolutePosition.Z < LandChannel.BAN_LINE_SAFETY_HIEGHT)
392 { 392 {
393 if (parcelAvatarIsEntering.IsBannedFromLand(avatar.UUID)) 393 if (parcelAvatarIsEntering.IsEitherBannedOrRestricted(avatar.UUID))
394 { 394 {
395 MoveUserOutOfParcel(avatar); 395 MoveUserOutOfParcel(avatar);
396 } 396 }