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 2c920f6..58ece34 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -441,7 +441,7 @@ namespace OpenSim | |||
441 | if (alert != null) | 441 | if (alert != null) |
442 | presence.ControllingClient.Kick(alert); | 442 | presence.ControllingClient.Kick(alert); |
443 | else | 443 | else |
444 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 444 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
445 | 445 | ||
446 | // ...and close on our side | 446 | // ...and close on our side |
447 | presence.Scene.IncomingCloseAgent(presence.UUID); | 447 | presence.Scene.IncomingCloseAgent(presence.UUID); |