From a933ca842b669680d8b5f3473c20d784995b67d1 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 15 Dec 2008 12:47:16 +0000 Subject: Removed some instances of "<3 OpenSim Developers" (why were they there?) being in alert messages from the LandManagementModile. --- .../Region/Environment/Modules/World/Land/LandManagementModule.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs b/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs index 0c4e6db..5079255 100644 --- a/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs @@ -233,7 +233,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land if (AllowedForcefulBans) { avatar.ControllingClient.SendAlertMessage( - "You are not allowed on this parcel because you are banned. Please go away. <3 OpenSim Developers"); + "You are not allowed on this parcel because you are banned. Please go away."); avatar.PhysicsActor.Position = new PhysicsVector(avatar.lastKnownAllowedPosition.X, avatar.lastKnownAllowedPosition.Y, @@ -243,7 +243,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land else { avatar.ControllingClient.SendAlertMessage( - "You are not allowed on this parcel because you are banned; however, the grid administrator has disabled ban lines globally. Please obey the land owner's requests or you can be banned from the entire sim! <3 OpenSim Developers"); + "You are not allowed on this parcel because you are banned; however, the grid administrator has disabled ban lines globally. Please obey the land owner's requests or you can be banned from the entire sim!"); } } @@ -268,7 +268,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land else if (parcelAvatarIsEntering.isRestrictedFromLand(avatar.UUID)) { avatar.ControllingClient.SendAlertMessage( - "You are not allowed on this parcel because the land owner has restricted access. For now, you can enter, but please respect the land owner's decisions (or he can ban you!). <3 OpenSim Developers"); + "You are not allowed on this parcel because the land owner has restricted access. For now, you can enter, but please respect the land owner's decisions (or he can ban you!)."); } else { -- cgit v1.1