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