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