diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index cffbb3b..08e4023 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -457,7 +457,7 @@ namespace OpenSim | |||
457 | if (alert != null) | 457 | if (alert != null) |
458 | presence.ControllingClient.Kick(alert); | 458 | presence.ControllingClient.Kick(alert); |
459 | else | 459 | else |
460 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 460 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
461 | 461 | ||
462 | presence.Scene.IncomingCloseAgent(presence.UUID, force); | 462 | presence.Scene.IncomingCloseAgent(presence.UUID, force); |
463 | } | 463 | } |