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 501d47f..cb48ac1 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -425,7 +425,7 @@ namespace OpenSim | |||
425 | if (alert != null) | 425 | if (alert != null) |
426 | presence.ControllingClient.Kick(alert); | 426 | presence.ControllingClient.Kick(alert); |
427 | else | 427 | else |
428 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 428 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
429 | 429 | ||
430 | // ...and close on our side | 430 | // ...and close on our side |
431 | presence.Scene.IncomingCloseAgent(presence.UUID); | 431 | presence.Scene.IncomingCloseAgent(presence.UUID); |