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 1cdd868..a18a6fe 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -432,7 +432,7 @@ namespace OpenSim
432 if (alert != null) 432 if (alert != null)
433 presence.ControllingClient.Kick(alert); 433 presence.ControllingClient.Kick(alert);
434 else 434 else
435 presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); 435 presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n");
436 436
437 presence.Scene.IncomingCloseAgent(presence.UUID, force); 437 presence.Scene.IncomingCloseAgent(presence.UUID, force);
438 break; 438 break;