diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-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 6127c2d..493d412 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -442,7 +442,7 @@ namespace OpenSim | |||
442 | if (alert != null) | 442 | if (alert != null) |
443 | presence.ControllingClient.Kick(alert); | 443 | presence.ControllingClient.Kick(alert); |
444 | else | 444 | else |
445 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 445 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
446 | 446 | ||
447 | // ...and close on our side | 447 | // ...and close on our side |
448 | presence.Scene.IncomingCloseAgent(presence.UUID); | 448 | presence.Scene.IncomingCloseAgent(presence.UUID); |