aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index c3c612f..a9b2745 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -486,7 +486,7 @@ namespace OpenSim
486 if (alert != null) 486 if (alert != null)
487 presence.ControllingClient.Kick(alert); 487 presence.ControllingClient.Kick(alert);
488 else 488 else
489 presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); 489 presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n");
490 490
491 presence.Scene.IncomingCloseAgent(presence.UUID, force); 491 presence.Scene.IncomingCloseAgent(presence.UUID, force);
492 } 492 }