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 0a6ae98..85049c9 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -465,7 +465,7 @@ namespace OpenSim | |||
465 | if (alert != null) | 465 | if (alert != null) |
466 | presence.ControllingClient.Kick(alert); | 466 | presence.ControllingClient.Kick(alert); |
467 | else | 467 | else |
468 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 468 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
469 | 469 | ||
470 | presence.Scene.CloseAgent(presence.UUID, force); | 470 | presence.Scene.CloseAgent(presence.UUID, force); |
471 | break; | 471 | break; |