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 c85ff82..6094bad 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -436,7 +436,7 @@ namespace OpenSim | |||
436 | if (alert != null) | 436 | if (alert != null) |
437 | presence.ControllingClient.Kick(alert); | 437 | presence.ControllingClient.Kick(alert); |
438 | else | 438 | else |
439 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 439 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
440 | 440 | ||
441 | // ...and close on our side | 441 | // ...and close on our side |
442 | presence.Scene.IncomingCloseAgent(presence.UUID); | 442 | presence.Scene.IncomingCloseAgent(presence.UUID); |