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 c2d9942..2aed61f 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -455,7 +455,7 @@ namespace OpenSim | |||
455 | if (alert != null) | 455 | if (alert != null) |
456 | presence.ControllingClient.Kick(alert); | 456 | presence.ControllingClient.Kick(alert); |
457 | else | 457 | else |
458 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 458 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
459 | 459 | ||
460 | presence.Scene.CloseAgent(presence.UUID, force); | 460 | presence.Scene.CloseAgent(presence.UUID, force); |
461 | break; | 461 | break; |