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 12250df..20f6af5 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -450,7 +450,7 @@ namespace OpenSim | |||
450 | if (alert != null) | 450 | if (alert != null) |
451 | presence.ControllingClient.Kick(alert); | 451 | presence.ControllingClient.Kick(alert); |
452 | else | 452 | else |
453 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 453 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
454 | 454 | ||
455 | presence.Scene.CloseAgent(presence.UUID, force); | 455 | presence.Scene.CloseAgent(presence.UUID, force); |
456 | break; | 456 | break; |