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 c2dd84c..300d8a6 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -443,7 +443,7 @@ namespace OpenSim
443 if (alert != null) 443 if (alert != null)
444 presence.ControllingClient.Kick(alert); 444 presence.ControllingClient.Kick(alert);
445 else 445 else
446 presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); 446 presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n");
447 447
448 // ...and close on our side 448 // ...and close on our side
449 presence.Scene.IncomingCloseAgent(presence.UUID); 449 presence.Scene.IncomingCloseAgent(presence.UUID);