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 6834606..072e4d3 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -430,7 +430,7 @@ namespace OpenSim
430 if (alert != null) 430 if (alert != null)
431 presence.ControllingClient.Kick(alert); 431 presence.ControllingClient.Kick(alert);
432 else 432 else
433 presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); 433 presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n");
434 434
435 // ...and close on our side 435 // ...and close on our side
436 presence.Scene.IncomingCloseAgent(presence.UUID); 436 presence.Scene.IncomingCloseAgent(presence.UUID);