diff options
Diffstat (limited to 'OpenSim')
-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 a09b903..75561a7 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -427,7 +427,7 @@ namespace OpenSim | |||
427 | if (alert != null) | 427 | if (alert != null) |
428 | presence.ControllingClient.Kick(alert); | 428 | presence.ControllingClient.Kick(alert); |
429 | else | 429 | else |
430 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 430 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
431 | 431 | ||
432 | // ...and close on our side | 432 | // ...and close on our side |
433 | presence.Scene.IncomingCloseAgent(presence.UUID); | 433 | presence.Scene.IncomingCloseAgent(presence.UUID); |