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