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 11dd052..a7e7d03 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -447,7 +447,7 @@ namespace OpenSim | |||
447 | if (alert != null) | 447 | if (alert != null) |
448 | presence.ControllingClient.Kick(alert); | 448 | presence.ControllingClient.Kick(alert); |
449 | else | 449 | else |
450 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 450 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
451 | 451 | ||
452 | presence.Scene.IncomingCloseAgent(presence.UUID, force); | 452 | presence.Scene.IncomingCloseAgent(presence.UUID, force); |
453 | } | 453 | } |