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