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