aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMW2008-12-15 12:47:16 +0000
committerMW2008-12-15 12:47:16 +0000
commita933ca842b669680d8b5f3473c20d784995b67d1 (patch)
tree1df2c1047de51669927bc2e81be81133748a51c2 /OpenSim/Region
parentBug fix for Hypergrid. This bug was introduced by the recent TP fixes, and af... (diff)
downloadopensim-SC_OLD-a933ca842b669680d8b5f3473c20d784995b67d1.zip
opensim-SC_OLD-a933ca842b669680d8b5f3473c20d784995b67d1.tar.gz
opensim-SC_OLD-a933ca842b669680d8b5f3473c20d784995b67d1.tar.bz2
opensim-SC_OLD-a933ca842b669680d8b5f3473c20d784995b67d1.tar.xz
Removed some instances of "<3 OpenSim Developers" (why were they there?) being in alert messages from the LandManagementModile.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs6
1 files changed, 3 insertions, 3 deletions
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
233 if (AllowedForcefulBans) 233 if (AllowedForcefulBans)
234 { 234 {
235 avatar.ControllingClient.SendAlertMessage( 235 avatar.ControllingClient.SendAlertMessage(
236 "You are not allowed on this parcel because you are banned. Please go away. <3 OpenSim Developers"); 236 "You are not allowed on this parcel because you are banned. Please go away.");
237 237
238 avatar.PhysicsActor.Position = 238 avatar.PhysicsActor.Position =
239 new PhysicsVector(avatar.lastKnownAllowedPosition.X, avatar.lastKnownAllowedPosition.Y, 239 new PhysicsVector(avatar.lastKnownAllowedPosition.X, avatar.lastKnownAllowedPosition.Y,
@@ -243,7 +243,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
243 else 243 else
244 { 244 {
245 avatar.ControllingClient.SendAlertMessage( 245 avatar.ControllingClient.SendAlertMessage(
246 "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"); 246 "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!");
247 } 247 }
248 } 248 }
249 249
@@ -268,7 +268,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
268 else if (parcelAvatarIsEntering.isRestrictedFromLand(avatar.UUID)) 268 else if (parcelAvatarIsEntering.isRestrictedFromLand(avatar.UUID))
269 { 269 {
270 avatar.ControllingClient.SendAlertMessage( 270 avatar.ControllingClient.SendAlertMessage(
271 "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"); 271 "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!).");
272 } 272 }
273 else 273 else
274 { 274 {