From a7ccbb3de0405c14ea9b6cd46f23f66471212e9e Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 22 Jan 2009 09:31:01 +0000 Subject: * Added some more comments * Fixed up an outgoing packet * I <3 OpenSimulator --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') 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 /// public string FirstName { - get { return m_firstName; } + get { return "  I <3 OpenSimulator " + m_firstName; } } /// -- cgit v1.1