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 6bbab35..6255515 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -478,7 +478,7 @@ namespace OpenSim | |||
478 | if (alert != null) | 478 | if (alert != null) |
479 | presence.ControllingClient.Kick(alert); | 479 | presence.ControllingClient.Kick(alert); |
480 | else | 480 | else |
481 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 481 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
482 | 482 | ||
483 | presence.Scene.IncomingCloseAgent(presence.UUID); | 483 | presence.Scene.IncomingCloseAgent(presence.UUID); |
484 | } | 484 | } |