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 9dcc8da..6dd1f5b 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -437,7 +437,7 @@ namespace OpenSim | |||
437 | if (alert != null) | 437 | if (alert != null) |
438 | presence.ControllingClient.Kick(alert); | 438 | presence.ControllingClient.Kick(alert); |
439 | else | 439 | else |
440 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 440 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
441 | 441 | ||
442 | presence.Scene.IncomingCloseAgent(presence.UUID, force); | 442 | presence.Scene.IncomingCloseAgent(presence.UUID, force); |
443 | break; | 443 | break; |