aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 8257508..fe923df 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -371,7 +371,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
371 /// </summary> 371 /// </summary>
372 public string FirstName 372 public string FirstName
373 { 373 {
374 get { return m_firstName; } 374 get { return "  I <3 OpenSimulator " + m_firstName; }
375 } 375 }
376 376
377 /// <summary> 377 /// <summary>