diff options
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs | 6 |
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 | { |