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