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