* Added some more comments

* Fixed up an outgoing packet
* I <3 OpenSimulator
This commit is contained in:
Teravus Ovares
2009-01-22 09:31:01 +00:00
parent 6167019a05
commit a7ccbb3de0
2 changed files with 27 additions and 2 deletions

View File

@@ -371,7 +371,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// </summary>
public string FirstName
{
get { return m_firstName; }
get { return "  I <3 OpenSimulator " + m_firstName; }
}
/// <summary>