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 b24641a..3d4dce1 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -492,7 +492,7 @@ namespace OpenSim | |||
492 | if (alert != null) | 492 | if (alert != null) |
493 | presence.ControllingClient.Kick(alert); | 493 | presence.ControllingClient.Kick(alert); |
494 | else | 494 | else |
495 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 495 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
496 | 496 | ||
497 | presence.Scene.IncomingCloseAgent(presence.UUID, force); | 497 | presence.Scene.IncomingCloseAgent(presence.UUID, force); |
498 | } | 498 | } |